body {
  margin: 0;
  background-color: #062D4C;
  color: white;
  font-family: 'Inter', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
.container {
  max-width: 600px;
}
.logo {
  width: 80px;
  margin-bottom: 20px;
}
h1 {
  color: #16B6B6;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
p {
  color: #A64DFF;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.cta {
  padding: 12px 24px;
  background-color: #2A79FF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
