 /* Global Styles */
title {
  font-align: center;
  font-size: 40px;
  color: #1800AD;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #04C3FF;
  color: #333;
  font-size: 30px;
}

a {
  color: #1800AD; /* Accent color for links */
  text-decoration: none;
  font-size: 30px;
  text-align: center;
}

a:hover {
  text-decoration: underline;
}

/* Header and Navigation */
header {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #1800AD;
  font-size: 20px;
}

nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  font-size: 40px ;
}

nav a {
  font-weight: bold;
  color: #1800AD;
  font-size: 40px !important; 
}

/* Main Content */
main {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}

h1, h2 {
  color: #1800AD;
  font-size: 50px;
  text-align: center;
  
}

p {
  line-height: 1.6;
  font-size: 30px;
}

/* Quiz Section */
.quiz-intro {
  background-color: #e6f0ff;
  padding: 20px;
  border-left: 5px solid #1800AD;
  margin-bottom: 30px;
  font-size:20px;
}

/* About Us Section */
.about-section {
  background-color: #dbe9ff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

.about-section img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 10px;
}

/* Contact Section */
.contact-section {
  background-color: #e6f0ff;
  padding: 30px;
  border-radius: 10px;
  font-size: 20px; 
  text-align: center; 
}

.contact-section h2 {
  margin-bottom: 10px;
}

.contact img {
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}

.contact-section a {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold;
  text-align: center; 
}

.contact-section ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  font-size: 20px; 
}

.contact-info {
  maz-width:600px;
  text-align: center;  
  margin: 0 auto;
  font-weight: bold;
}

.contact-section p {
  text-align:center;
  font-size:20px;
}

.contact body {
  text-align: center;
}
  

/* Footer */
footer {
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  border-top: 2px solid #1800AD;
  font-size: 20px;
}

footer a {
  margin: 0 10px;
  color: #1800AD;
}