body 
{ 
  color: white;
   font-family: monospace, sans-serif;
height: 100%; 
width: 100%; 
padding-left: 2%; 
padding-right: 2%;
margin: 0;
background-image: url(“eelbg.PNG”);
background-repeat: no-repeat;
background-attachment: scroll;
}

.colu {
    columns:2;
    column-gap: 20px;
    margin-top: 0%;
    margin-left: 2%
}