body{
    font-family:Georgia, 'Times New Roman', Times, serif;
    
}
h1{ background-color: cyan; 
    border-style: solid;
    border-color: rgb(0, 0, 0); 
    margin-top:  50px;  
    margin-bottom: 30px;
    margin-right: 35%;
    margin-left: 35%;

}
h2{ background-color: white;
    border-style: solid;
    margin-top:  50px;  
    margin-bottom: 30px;
    margin-right: 35%;
    margin-left: 35%;

}
p{ color: white;
   margin-left: 15%;
   margin-right: 15%;

}

img{ border-style: solid;
    border-color: black;
    margin-top: 30px;

}
footer{background-color: aliceblue;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 200px; 
    margin-bottom: 5%;

}