header{
    background-color:#38369A;
    color: white
    ;}
main{
   background-color:#90EE90
   ;}
h1{
    font-size: 28px
;}
h2{
    font-size: 26px;
}
li{
    font-size: 20px; color: dimgrey;
}
a{
    color: white
;text-decoration: none;
}
body{
    margin: 0 auto ;
    width: 80%;
}


html{
    background-color: blueviolet;
}
footer{
    background-color:navy;}
