 body {
     background-color:#473f3b;
     height:100%;
     width:100%;
   }
   
   .column{
     width:900px;
     height:auto;
     background-color:#895e45;
     margin-left:300px;
     padding-top:15px;
     padding-bottom:15px;
     border: 3px solid black;
   }
     
   .dark{
     width:600px;
     height:600px;
     background-color:#000000;
   }
   
   h1{
     color:#b6fe03;
   }
   