
a:link {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
  
}

  a:visited {
  color: DodgerBlue;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: deeppink;
  background-color: transparent;
  text-decoration: underline;
  }

.container{
font-family: "Bitmap";
margin-left: auto;
margin-right: auto;
justify-content: center;
min-width: 100%;
min-height: 100px;	
}


.main{
  font-family:'Bitmap';
margin-top: 160px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
min-width: 500px;
min-height: 600px;
border: 5px DarkViolet;
border-style: solid;
 background-color: LightPink;


}

.side{
     float: left;
   border: 5px HotPink;
   border-style: solid;
   min-height: 580px;
   min-width: 80px;
   max-width: 150px;
   margin: 5px;
   background-color: LavenderBlush ;
   overflow: hidden;



}

.table{
background-color: Cornsilk;
font-family: "Bitmap";
 border: 5px LightSalmon;
 border-style: solid;
font-size: 20px;
width: 100%;
text-align: center;



}

.img{
       width: 100%;
       height: auto;
       display: block;
       
       
       }
       
       
.mid{
  
       border: inherit;
       border-color: HotPink;
       background-color: PeachPuff;
       max-width: 100%;
       height: 580px;
       overflow-x: hidden;
       overflow-y: scroll;
       text-align: center;
       margin: 5px;
       justify-content: center;
         
         }
         
 .content{
           
       float: left;
       font-family: "Mario-Kart-DS";
       font-size: 40px;
       color: DodgerBlue;
       text-align: center;
       width: 220px;
       height: 150px;
       border: 3px MediumSeaGreen ;
       border-style: solid;
       background-color: HoneyDew;
       margin: 5px;
       padding: 3px;
           
           
           }
         
         


body{
  
  color: #0700c2;
   font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
   font-family: "Mario-Kart-DS";
background-image: url("/resources/GIFs/Blue-Tiles_TP.gif"), url("/Images/Perma-bg.png");
  
  
  }