* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #f4f4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  padding: 20px;
}

header {
  margin-bottom: 50px;
}

h1 {
  font-size: 3em;
  font-weight: 600;
  color: #2d2d2d;
}

.subheading {
  font-size: 1.2em;
  color: #666;
}

.email-signup {
  margin-bottom: 30px;
}

.contact-email {
  font-size: 1.2em;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
}

.contact-email:hover {
  text-decoration: underline;
}

footer {
  margin-top: 50px;
  font-size: 0.9em;
  color: #888;
}

footer p {
  margin: 10px 0;
}
