#box3{
   width: 306px;
   height: 400px;
   position: absolute;
   left: 30px;
   top: 200px;
   border: 1px dotted;
}

#box4{
   width: 215px;
   height: 400px;
   position: absolute;
   left: 370px;
   top: 200px;
   font-family: Arial;
   font-size: 15px;
   font-style: italic;
   color: #0001ac;
   text-align: left;
   border: 1px dotted;
}

#box6{
   width: 120px;
   height: 20px;
   margin-left: 362px;
   top: 300px;
   position: absolute;
   font-family: Arial;
   font-style: italic;
   color: #0001ac;
   text-align: center;
   background-color: #DEE8ED;
   border: 1px dotted;
}

h4{
   font-size: 19px;
   color: red;
   padding-bottom: 80px;
}