
/* table{
    border: 1pt solid black;
}
*/

.links{
    font-size: 24px;
    text-align: center;    
    background-color: paleturquoise;
}
.links a{
    color: black;
}

.links a :hover:not(.active){
    color: white;
    background-color:blueviolet;
}

.sidebar{
    margin-top: 40vh;    
    width: 15vw;
    position: fixed;
    height: 40vh;
    background-color: pink;
    visibility: normal;
}

.sidebar a{
    display: block;
    color: black;
    padding-left: 2vw;
    font-size: 5vh;
}

.sidebar a:hover:not(.active){
    color: white;
    background-color: blueviolet;
}