<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">



<style type="text/css">
body { background-color: aliceblue;
       background-image: url(lightPost.jpg);
       color: #000000;
}
h1 { background-color: #cccccc;
     color: #000000;
     font-family: "Times New Roman", Georgia, serif;
}
h2 { background-color: #cccccc;
     color: #000000;
}
    
h4 {background-color: aliceblue;
    color: antiquewhite;
    align-content: center;

}

h5  {align-content: center;
     background-color: aliceblue;
     color: white;
    
}
    
    
    
p { background-color: aliceblue;
    color: #000000;
}
#wrapper { width: 40vw;
           margin-left: auto;
           margin-right: auto;
}
    
img { align-content:  center;
      border-width: .05vw;
      border-color: #000000;
      border-style: solid;
      
}
.div1 { width: 200px;
        height: 200px;
        background-color: #cccccc;
        border: solid;
        padding: 10px;
}
#mycontent { position: relative;
             left: 30vw;
             font-family: arial,sans-serif;

}

#head { position: relative;
        left: 10px;
        font-family: arial,sans-serif;
}

</style>