h1{
    font-size: 2em;
    
    color: cadetblue;
    
    }

body {
    background-color:ghostwhite;
    
}



nav ul { 
    
display: flex; 
color: darkseagreen;
flex-direction: row; 
    
}

nav ul li a 