

.left {
    float: left;
    width: 48%;
    border:solid black 5px;
    height: 1200px;
}

.right {
    float: right;
    width: 48%;
   border: solid black 5px;
   height:1200px;
  } 
