html {
    background-color: darkslategray;
    text-align: center;
}

body {
    
    
}
h2 {
   text-align: left; 
   color: lightcoral;
   font-style: italic; 
}



p {
   font-size: 18px; 
   text-align: left; 
    padding: 0px 50px 100px 50px;
    font-style: oblique;
}

img.leftImg {
    float: left;
    
}

img.rightImg {
    float: right;
    
}

img.centerImg {
    float: none;
}