

body {
  text-align: center;
  
  background: #FFF8D2; 
	background-size: cover;
	background-attachment: fixed;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 15px;
  }
  
a {
  color: #EC463D;
  }

Side {    
  div class: "sidebar" lipsum;   
   position: relative;
   vertical align: top;
   float: left;
  background: white;
  div class: "content" content;   
  width: calc(40% - 10px);
  
}