body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background: #fef8f8;
  color: #4b2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.container {
  padding: 2rem;
  max-width: 500px;
}

.icon {
  width: 64px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5rem;
  margin: 0;
}

.subtitle {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #d76d77;
}

.info {
  margin-top: 15px;
  font-size: 1rem;
}

.contact {
  margin-top: 25px;
  font-size: 0.95rem;
}

.socials a {
  color: #d76d77;
  text-decoration: none;
  font-weight: 600;
}

.socials a:hover {
  text-decoration: underline;
}
