* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }



body{
    background-color: #f7f7f7;
    width: px;
    justify-content: center;
    }



header {
    background-color:#3AC1CC;
    justify-content: center;    
    }


.inicio{
    height: 2.5em;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: 2em; 
    
    }

.menu{
    width: 3em;
    padding-left:0.5em;
    
    }

div h1{
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin: 0.5em;
    color: white;
    padding-left: 0.5em;
    box-sizing: border-box;
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;;
    flex-wrap: wrap;
    align-content: center;
    flex: 1 1;
    width: ;
    text-align: center;
    }




main {
    background-color:white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    }
    
   

.incorrecta {
    font-family: 'Roboto', sans-serif;
    color:coral;
    font-size: 1.5em;
    font-weight: 700;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em 1em; 
    text-align: center;
    margin-top: 2em;
    }

.pregunta{
    width: :10em;
    height: 2em;
    font-family: 'Roboto', sans-serif;
    color:black;
    justify-content: center;
    font-weight: 700;
    text-align:center;
    margin-top: 1em;
    margin-bottom: 1em;
    }


.opciones ul li {
    text-decoration: none;
    list-style-type: none; 
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    text-align:center;
    color: white;
    background-color: coral;
    padding: 0.7em;
    width: 15em;
    height: 2.5em;
    justify-content: center;
    border-radius: 100em;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: auto;
    align-items: center;
    box-sizing: border-box;
    margin-top:0.5em;
    }

li p {
    background-color: #6904ff;
    padding: 0.7em;
    width: 15em;
    height: 2.5em;
    justify-content: center;
    border-radius: 100em;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: -0.7em;
    font-weight: 200;
    align-items: center;
    box-sizing: border-box;
    margin-top:-0.7em;
    line-height: 1em;
    
    }


.respuesta {
    color:#5A0AFF;
    text-align: center;   
    align-items: center;
    padding: 0.7em;
    box-sizing: border-box;
    margin-top: 1em;
    line-height: 1.4em;
    height: 15em;
    justify-content: center;
    }


.respuesta a{
    font-family: 'Roboto', sans-serif;
    color: #0ccfc3;
    text-decoration: none;
    text-align: center;
    display: block;
   
    }
    
p{
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
    font-size: 1em;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: nowrap;    
    padding: 1em 1em;
    display: block;
    }




Footer {
    height: 4em;  
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    justify-content: center;
    }