*{
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}
body{
    background-color: white;
  
}
h1{
    text-align: center;
    font-size: 50px;
    color: white;
    background-color: darkturquoise;
    border: none;
    border-radius: none;
    }


h3{
    text-align: center;
    font-size: 20px;
    color:blue;
border-radius: none;
    }

p{
    text-align: center;
    line-height: 20pt;
    font-size:16px;
    color: gray;
    border: none;
    border-radius: none;
    }


ul{
    background-color: darkturquoise;
    width: auto;
    height: 30px;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    
      }

ul li{
    display: inline;
    color: none;
    text-align: center;
    padding: 5px;
    
     }
    
a{  
    color: white;
    text-decoration: none;
    border: none;
     }
li:hover{ 
    background-color: black;
         }
img{
    width: auto
    
}

footer{
    text-align: center;
    font-size: 10px;
    background-color:darkturquoise;
    width: auto;
    height: 40px;
    padding: 10px;
    border color: none;
    border-radius: none;
     }
