
img.right{width:100px;
    height:90px;
    position:absolute;
   top:0px;
   right:0px;}
img.left{width:100px;
    height:90px;
    position:absolute;
    top:0px;
    left:0px;}

h1.center{text-align:center;
         margin-top:8%;
         color:powderblue;
         background-color:green;
         text-transform:uppercase;
         font-size:150%;}
   
