#juego>*{
	width: 75vw;
	max-width: 75vw;
}

#texto-cuento{
	white-space: pre-line;
    text-align: justify;
    line-height: 1.6;
}
.respuesta-correcta{
	color: rgb(254, 63, 125);
	margin: 2%;
}
.btn-mostrar-respuesta{
    margin: 0;
    padding: 2%;
    font-size: small;
}


#form-preguntas {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    flex-direction: column;
}
#form-preguntas>*{
	width: 75vw;
}

#respuesta-usuario{
	display: inline-flex;
    gap: 20px;
   }
.pregunta-con-respuesta{
	margin-bottom: 3%;
}
.respuesta{
	font-family: 'Darling-Coffee', Comic Sans MS;
	color: #0166a9;
	font-size: large;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    width: 75vw;
    max-width:560px;
}


#infoModal{
	width: 100vw;
	max-width: 100vw;
}



@media only screen and (max-width: 850px){
	#respuesta-usuario{
	    flex-direction: column;
	    gap: 5px;
	    margin-bottom: 10%;
	}

    
}
