html {
  overflow-x: hidden;
  
}


.holder {
  width:100vw;
  height: 100vw;
  background-color: rgb(150, 150, 150);
}


#header {
  height: 10%;
  width: 100%;
  background-color: rgb(173, 173, 173);
  border-bottom: 7px solid rgb(150, 150, 150);
  margin-top: -2%;
}

#columnL {
  float: left;
  width: 25%;
  background-color: rgb(173, 173, 173);
  border: 1px solid rgb(133, 133, 132);
  min-height: 80%;
}

#columnR {
  float: right;
  width: 74%;
  background-color: rgb(173, 173, 173);
  border: 1px solid rgb(133, 133, 132);
  min-height: 80%;
}


