body {
    background-color: #212121;
    font-size: 40px;
}

a {
    background-color: "transparent";
    color: #212121;
    text-decoration: none;
    font-size: 40%;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 40px;
    padding: 10%;
    margin-left: -20px;
    width: 100%;
}

a:hover {
    color: white;
}

li {
    display: block;
}

ul {
    list-style: none;
    padding-top: 30%;
}

table {
    margin: auto;
    text-align: center;
    width: 70%;
}

th {
    color: white;
    font-style: bold;
    font-size: 45%;
}

.sidenav {
    height: 100%;
    width: 12%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #b7f0c1;
    overflow-x: hidden;
    padding-top: 0px;
}

#scoresContainer {
    margin: auto;
    text-align: center;
    width: 80%;
    margin-left: 15%;
}
