

.leftHeader
{ 
  
  font-size: 20px;
  color: white;
  background-color: black;
  font-weight: bold;
  background-position: center;
  
}

.leftcontent
{ 
  
  border-color: gray;
  vertical-align: top;
  padding: 0;
  color:purple;
  width:100px;
  text-align:center;
  height:100%;
  background-color: gray;
  
}


