body{
    background-color: #36c1db;
}
h1{
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background-color: white;
    padding: 10px;
}
h2{
    font-variant: small-caps;
    padding:5px;
    background-color: rgba(255, 255, 255, 0.5);

}
img{
    width: 100%;
    margin-top: -22px;

}
li{
    line-height: 25px;
}
ul{
    list-style-type: square;
    background-color: #8ce0a1;
}
ul li{
    background-color: #a5eab6;
    list-style-position: inside;
}


