* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  background-color: rgb(30 32 40 / 1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.container {
  max-width: 600px;
  padding: 20px;
}

.container img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}

h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}

.signature {
  margin-top: 30px;
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
}
