body{
    background-color:lightgray;         
}
.logo{
    width: 109px;
    height: 60px;
}
ul li a{
    color: #20ace2!important;
    font-weight: 700!important;
}
ul li a:hover{
    color: black!important;

}
nav{
    overflow: hidden;
    z-index: 1;
}
ul li a:active{
    color: red;
}