body{
    background-image: url('fondo1.jpg');
    background-size: contain;
    margin: auto;

}




header h1{
    background-image: url('titulo.jpg');
    background-repeat: no-repeat;
    margin-top:0;
    padding:80px;
    color: ghostwhite;
    background-position-x: center;
    background-position-y: center;
    font-family: 'Bebas Neue', cursive;
    color: aliceblue;
    font-size: 120px;
    text-align:center;
}

header nav{
    margin-top: -80px;
}

nav{ 
    padding: 10px;
    font-family: 'Bebas Neue', cursive;
    font-size: 29px;
    text-align: center;
    margin: 0;
    background-color: rgba(250, 250, 250, 0.5);
    border: solid 10px rgb(190, 118, 55);
}

nav a{
    padding: 20px;
    }

nav a:visited{
    color: black;
}

nav a:hover{
    color: tomato;
}


h2{
    font-family: 'Crete Round', serif;
    text-align: center;
    margin-top: 30px;
    font-size: 45px;
    
}

section p{
    font-family: 'Crete Round', serif;
    margin: 30px;
    font-size: 24px;
    background-color: rgba(250, 250, 250, 0.5);
}

.historia{ 
    margin-left:130px ;
    margin-top:30px ;
    margin-bottom: 20px;
    margin-right: 60px;
    
    }

iframe{
    margin-left: 400px;
    margin-bottom: 30px;
    margin-top: 20px;
}

footer{
    margin-top: 30px;
    margin-bottom: -40px;
    background-color: rgba(111, 230, 230, 0.582);

}

footer p{
    padding: 30px;
    font-size: 24px;
    font-family: 'Slabo 27px', serif;
    margin-left: 20px;
}
