body {
    background-color: lightgray;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 5% 20%;
 
}


#main {
    font-size: 45px;
    text-align: center;
  

}



h1 {
   text-align: left;
   margin-left: 30px;
   
   text-decoration: none;
   /* color:lightblue; */
   color: aliceblue;
   background-color:gray;

   text-decoration: none;
   border: 3px solid;
   border-radius: 5px;
   padding: 10px ;

   border-color: whitesmoke;
  
   -webkit-text-stroke-width: 1px; 
   -webkit-text-stroke-color: black;
}

a {

    background-color: black;
    text-decoration: none;
    color: azure;
    text-decoration: none;
    border: 2px solid;
    border-radius: 5px;
    padding: 10px ;
}




li {
    margin-top: 30px;
    list-style-type: none;
    font-size: larger;
    
}