body {
  background: linear-gradient(to bottom, #0f172a, #020617);
  min-height: 100vh;
  color: rgb(0, 0, 0);
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  align-items: center;
  text-align: center;
  margin: 0;
}

h1 {
  color: rgb(0, 0, 0);
}

p {
  color: red;
}

.content-box {
  max-width: 1425px;
  padding: 20px;
  margin: 20px auto;
  background-color: #1f2933;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  align-items: center;
  text-align: center;
}

.content-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.content-box p {
  line-height: 1.6;
  color: #f9fafb;
}


.logo {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}

nav a {
  margin: 0 0.75rem;
  color: #cbd5f5;
  text-decoration: none;
  font-size: 0.95rem;
}

nav a:hover {
  color: white;
}

  .cta {
  background: #1f2933;
  color: white;
  border: none;
  padding: 0.5rem 0.9rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}

.cta:hover {
  background: #4f46e5;
  text-decoration: none;
}












