body {
  font-family: 'Poppins', sans-serif;
  background: #f7f8fa;
  margin: 0;
  color: #1f2933;
  line-height: 2;
  font-size: 19px; /* increased base font */
}

/* Main title */
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  margin: 0;
  line-height: 1.3;
}

/* Section headings */
h2 {
  font-family: 'Playfair Display', serif;
  margin-top: 45px;
  font-size: 30px;
  color: #111827;
}

/* Sub headings */
h3 {
  font-size: 22px;
  margin-top: 25px;
  font-weight: 600;
}

p {
  font-size: 19px;
}

.topbar {
  background: #ffffff;
  padding: 15px 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.topbar img {
  height: 70px;
}

header {
  background: #0f172a;
  color: white;
  text-align: center;
  padding: 1.5rem 0.5rem;
}

header p {
  margin-top: 12px;
  font-size: 20px;
  opacity: 0.95;
}

.main-container {
  max-width: 1000px;
  margin: 40px auto;
  background: white;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.header-img {
  width: 80%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  font-size: 18px;
}

th, td {
  border: 1px solid #e5e7eb;
  padding: 12px;
  text-align: center;
}

th {
  background: #f1f5f9;
  font-weight: 600;
}

.highlight {
  font-weight: 700;
  font-size: 20px;
}
.medal {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  color: white;
   background: #16a34a;
}

.conclusion {
  margin-top: 50px;
  padding: 35px;
  background: #f1f5f9;
  border-left: 6px solid #0f172a;
  border-radius: 6px;
  font-size: 20px;
}

footer {
  text-align: center;
  background: black;
  color: white;
  padding: 1.2rem;
  margin-top: 2rem;
  font-size: 16px;
}

/* Mobile optimization */
@media (max-width: 600px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  .main-container {
    padding: 25px;
  }
}
