body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to bottom right, #38b6ff, #6dd5fa, #e0f7ff);
  color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.container {
  background-color: #ffffffdd;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 600px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.logo img {
  max-width: 100px;
  margin-bottom: 20px;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  color: #0a3c72;
  margin-bottom: 10px;
}

h1 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #007cc0;
}

.tagline {
  font-size: 16px;
  margin-bottom: 25px;
  color: #333;
}

.status-box {
  background: #e0f4ff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
}

.status-box h2 {
  margin: 0;
  font-size: 22px;
  color: #004080;
}

.status-box p {
  color: #444;
}

.courses {
  margin-bottom: 25px;
}

.courses h3 {
  font-size: 20px;
  color: #0059b3;
  margin-bottom: 10px;
}

.courses ul {
  list-style: none;
  padding: 0;
}

.courses li {
  margin: 6px 0;
  font-weight: 500;
}

.contact p {
  margin: 5px 0;
  color: #00334d;
  font-size: 15px;
}
