header{
    background-color: #38369A;
}
main{
    background-color: #90ee90;
}
footer{
    background-color: #38369A;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 26px;
}
li{
    font-size: 20px;color: dimgrey;
}
a{
    color: white;
    text-decoration: none;
}

