body {
    font-family: Arial, sans-serif;
    background-color: #e8f8f5;
    background-color: #fff5ef;
    background-color: #fffde7;
    background-color: white;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #88e788;
    background-color: #c6fcff;
    background-image: url('images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.logo {
    font-size: 28px;
    color: black;
    color: yellow;
    color: white;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
/*    -webkit-text-stroke: 1px green;
    text-shadow:
        -1px -1px 0 white,
         1px -1px 0 white,
        -1px  1px 0 white,
         1px  1px 0 white; */
}
.logo img {
    height: 80px;
}
.language-selector {
    font-size: 15px;
    text-align: center;
    color: yellow;
}
.nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    background-color: #c6fcff;
    background-color: #88e788;
    background-color: orange;
    background-color: #F5FFFA;
    background-color: #F0FFF0;
    background-color: lightgreen;
    background-color: lightblue;
    background-color: #CCFFCC;
    border-top: 1px solid white; /* line below the menu bar */
    border-bottom: 1px solid lightgreen; /* line below the menu bar */
    border-bottom: 1px solid lightblue; /* line below the menu bar */
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}
.nav ul li {
    position: relative;
}
.nav ul li a {
    text-decoration: none;
    color: green;
    color: white;
    color: black;
    color: orange;
    color: brown;
    color: blue;
    padding: 8px;
    display: block;
    font-size: 15px;
}
.dropdown {
    display: none;
    position: absolute;
    background: yellow;
    background: lightgreen;
    background: #CCFFCC;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.dropdown a {
    display: block;
    padding: 8px;
}
.nav ul li:hover .dropdown {
    display: block;
}
.main-content {
    padding: 20px 15px;
}
.section {
    margin-bottom: 30px;
}
.top-table {
  border-collapse: collapse;
  color: white;
  color: yellow;
}
.top-table th, .top-table td {
  border: 1px solid white;
  padding: 2px;
}
.top-table a {
    color: yellow;
    color: white;
}
.top-table a:hover {
    color: white;
    color: yellow;
}
.itable {
  margin: auto;
  border-collapse: collapse;
  color: black;
}
.itable th, .itable td {
  border: 1px solid black;
  vertical-align: top;
  padding: 20px;
}
.itable td a:hover {
    color: blue; /* Changes text color when hovering over a single cell */
}
.stable {
  margin: auto;
  border-collapse: collapse;
  color: black;
}
.stable th{
  border: 1px solid black;
  text-align: center;
  font-weight: 400;
  padding: 5px;
}
.stable td {
  border: 1px solid black;
  text-align: left;
  font-weight: 400;
  padding: 5px;
}
a {
    text-decoration: none;
}
.main-content a {
    text-decoration: none; /* Removes underline */
}
.main-content a:hover {
    font-weight: 400; /* Makes text bold on hover */
}
.main-content a {
    font-weight: normal;
}
h1 {
    font-size: 40px;
    color: green;
    text-align: center;
}
h2 {
    font-size: 24px;
    color: orange;
    color: blue;
}
h3 {
    font-size: 20px;
    color: blue;
    color: #00a5e3;
    color: orange;
    color: magenta;
    color: green;
}
h4 {
    font-size: 14px;
    color: orange;
    color: #ffce00;
    color: yellow;
}
