@charset "utf-8";
/* CSS Document */

#imgcaption {
   background-color: rgba(114, 154, 155, 0.9);
   border-radius: 20px 20px 20px 20px;
   height: 75px;
   width: 800px;
   text-align: center;
   font-size:14px;
   padding-top: 5px;
   padding-right: 10px;
   padding-left: 10px;
   border-style: none;
   resize: none;
}

#datecaption {
   background-color: lightgreen;
   border-radius: 20px 20px 20px 20px;
   height: 30px;
   width: 800px;
   text-align: center;
   font: italic 25px arial bold;
   border-style: none;
   resize: none;
}

#hellocaption {
   width: 650px;  /*Width of main container*/
   height: 200px;
   margin-top: 2px;
   padding-top: 5px;
   padding-right: 20px;
   padding-left: 20px;
   margin-left: auto; /*Center container on page*/
   margin-right: auto;
   text-align: center;
   overflow: hidden;
   background-color: rgba(114, 154, 155, 0.9);
   border-radius: 50px 50px 50px 50px;
   border-style: none;
   resize: none;
}

