@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

*{
    background-color: black;
    color: blanchedalmond;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.titulo{
    font-family: 'Quicksand', cursive;
    font-size: 10vmin;
    color: rgb(224, 18, 139);
    background-color: inherit;
    letter-spacing: 0.25em;
    text-align: center;
    padding-top: 25%;
}

.cabecera{
    width: 100vw;
    background-color: black;
    color: paleturquoise;
    position: fixed;
    top: 0vh;
}


.botonera{
    display: flex;
    justify-content: space-between;
}

.pie{
    width: 100vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: paleturquoise;
    position: fixed;
    bottom: 0vh;
}

.contenido{
    width: 90vw;
    margin: auto;
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
}

.seccion{
    width: 100%;
    min-height: 80vh;
    padding: 0;
}

.presentacion{
    background-color: rgb(208, 165, 248);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preguntas{
    background-color: rgb(192, 140, 240);
    font-size: 2.5vmin;
    line-height: 4.5vmin;
    background-size: cover;
}

.center{
    background-color: rgb(81, 22, 136);
    margin-left: 5%;
    padding-left: 5%;
    margin-right: 5%;
    padding-right: 5%;
    text-align: center;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-left: 1vmax solid black;
    border-right: 1vmax solid black;
}

.respuesta{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: transparent;
    font-weight: 900;
    color: violet;
    font-size: 2.75vmin;
}

.illia{
    background-color: rgb(0, 0, 0);
}

.preferencias{
    background-color: rgb(161, 82, 235);
}

.gustos{
    background-color: rgb(155, 68, 236);
}

.futuro{
    background-color: rgb(140, 40, 233);
}

.collage_v,  .collage_h{
    display: none;
    width: 90%;
    margin: auto;
    background-color: transparent;
}

.collage_v img{
    width: 100%;
}

.collage_h img{
    width: 100%;
    height: auto;
}

@media (orientation:landscape){
    .collage_h{
        display: block;
        
    }
}

@media (orientation:portrait){
    .collage_v{
        display: block;
    }
}
