.navbar a {
    display: block;
    width: 150px;
}
           H1{
               color: green
            }
            H2{
                color: green
            }
            H3 {
                color: green
            }
H4 {
                color: green
            }
H5 {
                color: green
            }
H6 {
                color: green
            }

            H6 {
              
                font-family: Times New Roman;
                font-weight: bold;
                
            }
             H1{
                font-family: Times New Roman;
                font-weight: bold; 
            }

            H2{
                font-family: Times New Roman;
                
            }
             H3{
                font-family: Times New Roman;
                
            }
             H4{
                font-family: Times New Roman;
                
            }
            
            
            ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    float: left;
}
            
     
            
            .navbar a:link, .navbar a:visited {
    font-weight: bold;
    color: white;
    background-color: #4fcfe8;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Times New Roman;            
}

.navbar a:hover, .navbar a:active {
    background-color: #007d96;
}

           .navbar a{
  box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
}
    
            
            