body{
    background-image: url(../images/bg_large_lines.png);
    background-attachment: fixed;
    background-position: center;
    flex-direction: column;
  
}

.body{
    max-width: 1400px;
	margin: auto;
    min-height:100vh;

	
}
main{
   min-height:calc(100vh - 162px);
   padding: 10px;
   text-shadow: 0px 0px 10px white;
}

aside{
}


footer{
    
}