.header{
    
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    background-color:black;
}

p{
   font-family: Verdana;
   margin-left:2%;
}

h1{
    font-family: Verdana;
}

h3{
    font-family:Verdana;
}

.main{ 
    width:100%;
    height:1000px;
    margin: auto 0; 
}
.side{
    background-color:white;
    width: 20%;
    height:100%;      
    border: 5px solid black;
    position:relative;
    left:calc(100% - 20%); 
    
    background-repeat: repeat-y;
    background-size: 100%;
    filter: brightness(200%) contrast(0.5);
    /**filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);**/
    border: 5px solid black;
    
    z-index:1;
}
.rightside{
    left:0%;
    border: 5px solid black; 
}
.content{
    text-align: center;
    position:relative;
    width:50%;
    height:100%;
    float: left;
    margin:auto 0; 
    word-wrap: break-word;
}

.asciiart{ 
    position: relative;
    margin: 0 auto; 
    font-family:monospace;
    white-space:pre;
    text-align:left;
    font-weight: bold;
    word-wrap: normal;
    width:75%; 
}  

body {
    background-image: url("images/circlesLight.png");
    background-repeat: repeat;
}
