.top-header{
    background-color: #005050;
    padding: 10px;
}

.nav-bar{
    display: flex;
    align-items:center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 20px;
    
}
.nav-bar a{
    text-decoration: none;
}
.nav a{
    text-decoration: none;
    font-size: 20px;
    padding: 8px;
    font-weight: 100px;
    font-family: comic sans-serif;
    

}
.nav a:hover{
    color: #005050;
    text-shadow: 0 0 10px #005050;
    background-color: aliceblue;
    font-size: 20px;
    
    
}
.nav{
    margin-right: 150px;
}