.body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h3 {
    text-align: center;
    margin-top: 30px;
    position: relative;
}

table {
       font-family: Arial, Helvetica, sans-serif;

    border-bottom: 2px solid rgb(22, 39, 24);
    border-spacing: 1px;
    margin: 10px auto;
    width: 95%;
}

table td {
    background-color:#e8e8e7;
    text-align: center;
    padding: 20px;
}

table thead td {
    background-color: #0b3d55;
    color:#edc127;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;

}
td{
    font-size: 18px;
    font-family: system-ui;
}
a {
    color: firebrick;
    font-family: cursive;
}
a:hover {
    color: #edc127;
    font-family: cursive;
}
tbody{
    color: #000000;
}