* {    
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 3px #888888;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: right;   
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #333;
}

li a:hover:not(.active) {
    background-color: #ffffff36;
    color: black;
}

.active {
    background-color: #9ab846;
}

table{
    width: 100%;
}

table, th, td {
    padding: 10px;
    border: 1px solid white;
    border-collapse: collapse;
    justify-content: center;
}
th, td {
    background-color: #96D4D4;
}












footer{
    background-color: #333; 
    text-align: center; 
    padding: 10px 0px;
    color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer a{
    text-decoration: none;
    color: white
}