/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


button{
  
  cursor: pointer;
  font-family: "ADDSBP__.TTF";
color: yellow;
border: solid rgb(255, 64, 136) 2px;
height: 40px;
font-size: 20px;
background-image: url("/GIFs/azulestrellas.gif");

  }

a:link {
  color: #0700c2;
  background-color: transparent;
  text-decoration: none;
  
}

  a:visited {
  color:#0700c2;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: Orange;
  background-color: transparent;
  text-decoration: underline;
  }
  
  .container{
    
    display: flex;
    
    width: 100%;
    max-height: 900px;
    
    
    
    }
    
    
    .main{
      margin: 220px auto 270px auto;
      border: solid blue 7px;
      width: 520px;
      height: 465px;
       background-image: url("/GIFs/stars4.gif");
      
      }
      
      .mainmid{
        
        margin: 3px auto;
        padding: 5px;
        width: 490px;
        height: 275px;
        border: solid rgb(255, 64, 136) 5px;
            text-align: center;
            background-color: NavajoWhite;
        
        
        }
      
      .header{
      max-width: 500px;
      height: 70px;
      border: solid rgb(255, 64, 136) 5px;
      border-radius: 10px 10px 5px 5px;
     background-color: NavajoWhite;
     text-align: center;
     font-size: 20px;
     margin: 10px auto;
      background-image: url("/Dividers/hangingstars.gif");
      }
      
      
      .footer{
               max-width: 500px;
      height: 45px;
      border: solid rgb(255, 64, 136) 5px;
       border-radius: 5px 5px 10px 10px;
        margin: 10px auto;
        background-color: NavajoWhite; 
        display: flex;
        justify-content: space-between;
        
      }
  
  
      .deer{
        
       
       height: 900px;
       width: auto;
       display: block;
       margin-left: 18%;
      
        
        
        }
        
        .float-left-2{
                  
                  display: block;
                float: left;
                margin: 5px 5px;
                width: 88px;
                height: 31px;
                
        }
        
        .yugi{
          
          
          width: 450px;
          height: auto;
          display: block;
          position: fixed;
          bottom: 20px;
          left: 20px;
          
          }
  
body {
  background-color: black;
   font-family:  "ADDSBP__.TTF";
color: #0700c2;
   background-image:  url("/resources/GIFs/TP-Dark-Blue-Tiles.gif"), url("/resources/Images/Perma-bg-alt.png");
  
    
  

}