html {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0d1f29;
}

body {
  background-image: linear-gradient(135deg, #ffd358 0%, #ffe8a9 100%);
  background-repeat: no-repeat;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.email-section {
  padding: 2rem 6rem;
  border: 1px solid #0d1f29;
  border-radius: 1rem;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  height: 20vh;
}

.footer-link {
  text-decoration: underline;
  color: #0d1f29;
}
