*{
  box-sizing: border-box;
    }

/**BODY**/
body { 
    background:  #1dbae7;
    font-family: sans-serif;
    text-align: center;
}


/**HEADER**/
header {
    color: #1dbae7;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-color: white;
    padding: 1rem;
    font-size: 1.5rem;
    min-height: 8rem;
    border-radius: 2rem;
    }

/**DESARRLLO**/

.contenedor{
    width:100%;
    max-width: 80rem;
    margin: auto;
    padding: 6rem 1rem 0rem 1rem;
    background-color: #1dbae7;
    min-height: 32rem;
    }

    

h2 {color: #ffffff;
    margin: 1rem;
    padding: 0.50rem;
    margin-top: -10px;
    margin-left: -10px;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-color: #d85037;
    border-radius: 0.6rem;
}

.preguntas {text-align: center;
            color: #e94e1e;
            font-size: 1rem;
            font-weight: 500;
}

p {font-size: 0.85rem;
    color: white;
}


/**FOOTER**/

.footer {
    font-style: italic;
    font-size: 0.78rem; 
    background-color: white;
    min-height: 4rem;
    color: #1dbae7;
    padding: 2rem;
    text-align: center;
    border-radius: 1.3rem;
}