body{
    background-color: rgb(145, 84, 5);
}

.container{
    width: 60%;
    margin: 0 auto;
    
}

.columna{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 5%;
    row-gap: 5%;
}

.fila{
    display: grid;
    grid-template-rows: 1fr;
    margin-top: 1%;
    text-align: center;
    
}

.sep{
    text-align: center;
    grid-column: 1/3;
    background-color: antiquewhite;
}

div{
    margin: 6%;
    padding-bottom: 2%;
}
section{
    border-radius: 8px;
    /* border: 6px solid rgba(51, 28, 10, 0.4); */
    box-shadow: 0px 0px 10px 2px rgba(51, 28, 10, 0.4), 0px 0px 10px 8px rgba(51, 28, 10, 0.4) inset ;
   
}

.usuario{
    background-color: rgb(247, 237, 223);
}

.curso{
    background-color: rgb(247, 237, 223);
}

.becas{
    background-color: rgb(247, 237, 223);
}

.meses{
    background-color: rgb(247, 237, 223);

}

h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
}

p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

#datos, #edadcurso, #concedida, #mes{
    background-color: rgb(214, 211, 208);
}
