body {
   height: 700px;
   width: 900px;
   position: relative;
   background-image: url(background2.gif);
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
   margin-left:auto;
   margin-right:auto;
   font-family: "Times New Roman", Times, serif;
}

.imagebox {
 height: 495px;
 width: 500px;
 background-image: linear-gradient(to bottom, #EAF8FF, rgba(255,0,0,0));
 box-shadow: 1px 10px 20px #146876 inset;
 border-radius: 5px;
 border-style: solid;
 border-width: 1px;
 margin: 10px;
 padding: 10px;
 position: relative;
 top: 80px;
 right: 70px;
 }
 
 .descbox {
 height: 325px;
 width: 330px;
 background-image: linear-gradient(to bottom, #EAF8FF, rgba(255,0,0,0));
 box-shadow: 1px 10px 20px #146876 inset;
 border-radius: 5px;
 border-style: solid;
 border-width: 1px;
 margin-left: 44%;
 padding: 10px;
 position: relative;
 bottom: 276px;
 left: 80px;
 overflow-y: scroll;
}

