body{
    background-color: rgb(114, 134, 75);
}
h1{
   
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(173, 201, 255);
   }

    p{ color: blue;
        background-color: rgb(28, 218, 37);
        

    }
    h2{
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: rgb(173, 201, 255)
    }
    i{
        color: rgb(173, 201, 255);
    }
    li{
        color: rgb(173, 201, 255);
    }
