body {
    font-family: Georgia, 'Times New Roman', Times, serif, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1b1a1a;
    color: #fff;
}

/* .container {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 20px;
} */

h1{
    text-align: center;
    color: yellowgreen;
}
h2 {
    text-align: center;
    font-size: medium;
}
h2 > a{
    text-align: center;
    color: darkseagreen;
}
h3{
    text-align: center;
    font-size: 15px;
}
p{
    text-align: center;
    color: red;
    font-size: 14px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed;
}

table, th, td {
    border: 1px solid #555; /* Border color */
}

td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #555; /* Header background color */
    color: yellow;
    text-align: center;
}

a {
    text-decoration: none;
    color: #0099ff; /* Link color */
}

ul {
    margin: 10px;
    padding: 0;
}

li {
    list-style-type: disc; /* Display bullet points */
}


/* Adjust widths for specific columns */
th:first-child,
td:first-child {
    width: 15%;
}

th:nth-child(2),
td:nth-child(2) {
    width: 20%;
}

th:nth-child(3),
td:nth-child(3) {
    width: 18%;
}

th:nth-child(4),
td:nth-child(4) {
    width: 6%;
}

th:nth-child(5),
td:nth-child(5) {
    width: 20%;
}

th:nth-child(6),
td:nth-child(6) {
    width: 23%;
}

th:nth-child(7),
td:nth-child(7) {
    width: 20%;
}
