body{
    background-color: rgb(199, 244, 244);
}
li:hover{
    background-color: rgb(49, 175, 26);
}
li:not(hover){
    background-color: aliceblue;
}