body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #2e004f;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container {
  max-width: 700px;
  padding: 40px;
  background-color: #3b006b;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.logo {
  width: 120px;
  margin-bottom: 20px;
}

h1 {
  font-size: 32px;
  color: #ff9933;
  margin-bottom: 10px;
}

p.subtitle {
  font-size: 16px;
  color: #ffcc80;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffcc80;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cta {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ff9933;
  color: #3b006b;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.cta:hover {
  background-color: #ffa64d;
}

footer {
  margin-top: 30px;
  font-size: 14px;
  color: #cccccc;
}

.contact-email {
  color: #ffcc00;
  font-weight: bold;
}
@charset "utf-8";
/* CSS Document */

