


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

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


  
  
  .container{
    
     margin-left: auto;
  margin-right: auto;
  min-height: 25px;
  min-width: 100%;
  justify-content: center;
    
    }
    
    .head-board{
      
      max-width: 1000px;
    min-height: 150px;
    border: 3px  darkslateblue;
   border-style: solid;
   margin: 3px;
   background-color: lightyellow;
      
      }
      .header{
        
        width: 100%;
        height: auto;
        
        }
  
  .main{
     font-family: "PixelOperator"; 
     background-color: navajowhite;
    max-width: 1000px;
    min-height: 800px;
    border: 5px darkslateblue;
   border-style: solid;
   margin: 40px auto;
    
    }
  
  .main-desc{
     font-family: "PixelOperator"; 
   background-color: lightyellow;
    border: 2px darkslateblue;
   border-style: solid;
   margin: 3px;
    max-width: 560px;
    max-height: 580px;
    float: left;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
    text-align: center;
    
    
    }
  .side{
    background-color: lightyellow;
    float: left;
     border: 2px  darkslateblue;
   border-style: solid;
   margin: 3px;
    max-width: 200px;
    min-height: 590px;
    text-align: center;
    
    }
  
   .table{
     background-color: bisque;
     width: 100%;
     margin: 0px 0px 5px 0px;
         border: 2px salmon;
         border-style: solid;
        font-size: 20px;
         
         }
         
         
         .img{
           
           display: block;
           width: 100%;
           height: auto;
           
           }
    
    
    .header-text{
      text-align: center;
      
      }   
      
      
      .shrine-nav{
        
         font-family: "Mario-Kart-DS";
         justify-content: center;
         text-align: center;
         font-size: 30px;
         margin: 10px;
         background-color: LightGoldenRodYellow ;
         border: 2px salmon;
         border-style: solid;
         
        
        }
           
           
           body{
  
  background-image: url("/Shrines/AW-IMG/AWBG.png");
  background-size: auto 110%;
  background-repeat: repeat-x;
  font-family: "PixelOperator"; 
  font-family: "Mario-Kart-DS";
  color: darkslateblue;
  }
  
  
  
  
  
  
  