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: 40px;
    
}

section{
    margin-bottom: 30px;
}

section p{
    font-family: 'Crete Round', serif;
    margin: 30px;
    font-size: 24px;
    background-color: rgba(250, 250, 250, 0.5);
}

iframe{
    margin-left: 430px;
    margin-top: 20px;
    border: solid 5px tomato;
}

.nombres{
    font-family: 'Overpass', sans-serif;
    font-size: 35px;
    background-color: rgba(250, 250, 250, 0.7);
}

.cortina{
    margin-left: 370px;
    background-color: rgba(47, 13, 63, 0.712);
    font-size: 21px;
    border: solid 4px rgb(0, 69, 116);
    color: rgb(0, 217, 255);
    font-family: 'Open Sans', sans-serif;

}

#ventana{
    margin-left: 650px;
    background-color: rgba(47, 13, 63, 0.712);
    font-size: 21px;
    border: solid 4px rgb(0, 69, 116);
    color: rgb(0, 217, 255);
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.instagram{
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
    color: black;
    
}

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;
}

