@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital@1&display=swap');

*{
    background-color: black;
    color: white;
    font-family:'Finlandica', cursive;
    margin: 0;
}

.titulo{/* titulo */
    font-family: 'Finlandica', cursive;
    font-size: 10vmin;
    color: rgb(0, 0, 0);
    background-color: inherit;
}

.subtitulo{/* subtituluos */
    font-family:'Finlandica' , cursive;
    font-size: 6vmin;
    color: black;
    background-color: transparent;
    text-shadow: 2px 2px 2px silver;
    letter-spacing: 0.25em;
    text-align: center;
    padding-top: 1%;

}

.center{
    background-color: blue;
    margin: 5%;
    padding-left: 5%;
    margin-right: 5%;
    text-align: center;
    color: rgb(47, 230, 30);
    border-left: 1vmax solid rgb(70, 255, 3);
}

.center::before{
    content: "(:";
    padding-right: 2%;
}



.respuesta{
    font-family: "finlandica" , cursiva ;
    background-color:transparent;
    font-weight:900 ;
    color:rgb(232, 7, 191);
    font-size:2.75vmin;
}




.cabecera{
    width: 100vw;
    height: 15vh;
    background-color: black;
    color: rgb(13, 39, 243);
    position: fixed;
    top: 0vh;
    text-align:center;
    z-index: 200;
}

.botonera{
    display: flex;
    justify-content: space-between;
}

.pie{                       /* pie de pagina */
    width: 100vw;
    height: 10vh;
    background-color: black;
    color: rgb(4, 21, 21);
    position: fixed;
    bottom: 0vh;
    text-align:center 
}

.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(127, 246, 8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preguntas{/* preguntas */
    background-color: rgb(127, 246, 8);
}

.illia{/* mi paso por el illia */
    background-color: rgb(127, 246, 8);
    text-align:center
}

.preferencias{
    background-color: rgb(127, 246, 8);
}

.futuro{/* yo en el futuro */
    background-color: rgb(127, 246, 8);
}
.gustos{/* me gusta no me gusta */
    background-color: rgb(127, 246, 8);
    text-align:center
}