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

  a:visited {
  color: Fuchsia ;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: BlueViolet ;
  background-color: transparent;
  text-decoration: underline;
  }



.container{
font-family: "Bitmap";
margin: 30px auto 10px auto;
justify-content: center;
max-width: 700px;
min-height: 100px;	
}


.main{
  
margin-top: 160px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
min-width: 500px;
border: 5px  RebeccaPurple ;
border-style: solid;
background-color:BlanchedAlmond;
display: flex;
justify-content: space-evenly;


}

.main-container{
  
  
  min-height: 580px;
  max-width: 400px;
  margin: 0px auto;
  
  
  
  
  }


.side{

padding: 5px;
margin: 5px;
width: 200px;
max-height: 260px;
border: 3px DarkOrchid;
border-style: solid;
background-color: lightyellow;
overflow-x: hidden;
overflow-y: scroll;
float: left;
text-align: center;
}


.mainmid{
 background-image: url("/resources/Dividers/hangingstars.gif");
 background-repeat: repeat-x;
width: 600px;
height: 500px;
margin: 10px;
border: 3px DarkOrchid;
border-style: solid;
background-color: lightyellow;
float: right;
overflow-x: hidden;
overflow-y: scroll;
padding: 5px;
text-align: center;
font-size: 20px;

}


.table{
background-image: url("/resources/Dividers/hangingstars.gif");
    background-repeat: repeat-x;
border: 3px hotpink;
border-style: solid;
font-size: 20px;
width: 200px;
text-align: center;
background-color: floralwhite;
}


.img{
  
  width: 100%;
  height: auto;
  display: block;
  margin: 2px;
  }
  
  
.button{
          margin: 5px;
          display: block;
          float: left;
          position: relative;
          width: 88px;
          height: 31px;
          }
          
.title{
  
   font-family: "Mario-Kart-DS";
   text-align: center;
   font-size: 35px;
  }
  
  


body{
  
   color: RebeccaPurple ;
   font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
   font-family: "Mario-Kart-DS";
background-image: url("/resources/GIFs/Pink-Tiles.gif"), url("/resources/Images/Perma-bg.png");
  
  
  }