body{
    
    background-position: center top;
    background-color: rgba(0,20,60,0.55);
    position: relative;
    background-image: url(FondoHispanoamericano.png);
}
h1{
    margin-top: 320px;
    border-bottom: 6px solid #F4D35E;
    border-radius: 15px;
    text-align: center;
    font-size: 60px ;
   color:aliceblue;
    font-family: "Poppins", sans-serif;
    background-color: rgba(0,20,60,0.55);
    
}
div{
    background-color: navy;
    margin-left: 10px;
    margin-top: 100px;
    border: 2px double rgb(0, 183, 255);
    border-radius: 15px;
    
}


button{
    color: aliceblue;
    margin-left: 10px;
    margin-top: 20px;
    background-image: url(Fondo1.png);
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid rgb(0, 183, 255);
    border-radius: 10px;
    width: 300px;
    font-size: 25px;
}
.boton:hover {
     box-shadow: 0 8px 20px rgba(0,0,0,0,3);
}

