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

  a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: CornflowerBlue ;
  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:'Courier New';
margin-top: 160px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
min-width: 500px;
min-height: 600px;
border: 5px white;
border-style: solid;
 background-image: url("/resources/GIFs/stars4.gif");


}


.side{
     float: left;
   border: 5px white;
   border-style: solid;
   min-height: 580px;
   min-width: 80px;
   max-width: 150px;
   margin: 5px;
   background-image: url("/resources/GIFs/dra212.gif");
   overflow: hidden;



}

.table{
background-image: url("/resources/GIFs/azulestrellas.gif");
font-family: "Bitmap";
 border: 5px #0700c2;
 border-style: solid;
font-size: 20px;
width: 100%;
text-align: center;



}

.img{
       width: 100%;
       height: auto;
       display: block;
       
       
       }
       
       
       .mid{
         
         
         border: inherit;
         max-width: 100%;
         height: 580px;
         overflow-x: hidden;
         overflow-y: scroll;
         text-align: center;
         margin: 5px;
          justify-content: center;
         
         }
         
         
         .year{
           border: inherit;
         max-width: 100%;
         max-height: 580px;
         text-align: center;
         margin: 5px;
          
           
           }

body{
  
  background-image: url("/resources/GIFs/Tiles_TP_Grey.gif"), url("/resources/Images/Perma-bg-alt.png");
  font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
color: white;
  
  
  
  }


