nav{
background-color: blueviolet;
padding: 20px;
font-size: 20px;
font-style: normal;
font-weight: 100;
margin-bottom: 20px;
/* text-align: right; */
}


nav a{
color: aliceblue;
text-decoration: none;
border: 2px solid whitesmoke;
padding: 5px 20px;
border-radius: 10px;

}

nav .links{
    

    

}
nav .logo{

    font-weight: bold;
    font-size: 30px;
    color: white;
/* float: right; */
/* clear: both; */
}

nav .links a:hover{ 
    background-color:azure;
    color: black;
}

