body{
  background-image: url("https://i.pinimg.com/736x/74/a7/a6/74a7a65f7ece9ec2476b0d08111d2d91.jpg"); 
  background-repeat: no-repeat; 
  background-size: cover; 
  }
  
  /*fuentes*/
  h1 {
  font-family: "Jersey 10", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #AAC3BD;
  text-shadow: 3px 3px #F9FAD2;
  font-size: 120px;
  text-align: center;  

      }
    
    
/*pagina enter*/
a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; 
   
}

button {
   background-color: #AAC3BD;
    color: white;              
    padding: 12px 24px;        
    text-decoration: none;    
    border-radius: 15px;        
    font-family: "jersey 10", sans-serif;   
    border: 2px, solid,  #AAC3BD; 
    cursor: pointer; 
    font-size: 50px;
  }
a:hover button{
  background-color: #F9FAD2; 
  color: #AAC3BD; 
  border: #F9FAD2;
  }






      

