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



body{
    background-color: #6904ff;
    width: 100%;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}



header {
    background-color: #0ccfc3;
    width: 100%;
    height:3em;
    flex-wrap: wrap;
    
}



main {
    background-color: #6904ff;
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around
        
}

.inicio{
    width: 100%;
    height:3em;  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    
}

.menu{
    width: 2.5em;
    height: 2.5em;
    margin-left: 1em;
   
    
}

div h1{
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
    font-size:1.3em;
    color:white;
    padding-left: 0.5em;
    
}




    
.incorrecta {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top:5em;
    padding-left: 2em;
    
    
    
        
}   

h2 {
    width: 100%;
    font-family: 'Baloo Paaji', cursive;
    color: white;
    font-size: 2.7em;
    line-height: 1em;
   
    padding-bottom:1em;
    
    
}


.respuesta {
    
    margin: 0 2em 0 2em;
    background-color: white;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
}


.mas {
    
    font-family: 'Baloo Paaji', cursive;
    color: #0ccfc3;
    text-decoration: none;
    text-align: left;
    font-size: 1,5em;
    justify-content: flex-end;
    
}



    
p{
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 600;
    font-size: 1em;
    padding: 2em;
}



.continuar { 
    margin: 0 2em 0 2em;
    background-color: white;
    border-radius: 1em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    padding: 1em;
    
}



.continuar a{
    width: 100%;
    font-family: 'Baloo Paaji', cursive;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 1,5em;
    justify-content: center;
}



a:hover{
   color: #6904ff;
}

.nivel {
    width: 100%;
    background-color:#0ccfc3;
    margin-top: 2em;
    
}





h3{
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 700;
    font-size: 3em;
    color:white;
    text-align: right;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    
        
}


Footer {
    
   
    background-color: white;
    display: flex;
    justify-content:center;
    
    
  
    
    
}


.gob {
    display: flex;
    align-items: center;
    
}