html { background-color: #c8ca66;
} 
body {
    min-height: 100vh;
    max-width: 1200px; 
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

header{
    background-color: #e2e37e;
    margin:10px auto;
    display:block;
    padding: 10px;
    margin-bottom: 50px;
    text-align: center;
}

.titulo{
    text-align: center;
}

.flexbox{
    display: flex;
    background-color: #fffec2;
    padding: 20px;
    line-height: 20px;
    justify-content: center;
    border: 10px solid #c8ca66;
}

.lista{
    padding: 20px;
}

.DatosAcademicos{
    display: flex;
    background-color: #fffec2;
    padding: 10px;
    line-height: 20px;
    justify-content: center;
    border: 10px solid #c8ca66;
}


