 body div {border-collapse:collapse;}
 div {font-size: 30px}
 .floating-box {
    display: inline-block;
    width: 250px;
    height: 375px;
    margin: 50px;
    border: 8px solid #73AD21;
  box-shadow: 6px 6px 8px #000;
  -webkit-transform-style: preserve-3d;  
  transition: all 0.3s;               
  -webkit-transition: all 0.3s;
}

.divpic {
width:300px;
height:320px;
background-color:#FFFFFF;
border-style:solid; 
border-width:medium;
border-collapse:collapse;}
      


h1:hover{color:Red;}
    .bluewwhitecolor {background:blue;color:white}
    .graywhitecolor {background:gray;color:white}
    .greenwhitecolor {background:green;color:white}
    .redwhitecolor {background:red;color:white}
    .orangecolor{background:orange}
    .yellowcolor{background:yellow}
    .gold{background:goldenRod}
    .lawngreen{background:lawnGreen}
    

  