@charset "utf-8";

*{
    box-sizing: border-box;
}

body {
    background-color: rgb(238, 224, 198);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

section {
    text-align: center;
}

li{
    list-style: none;
}

a {
    text-decoration: none;
}

div,
h3,
a,
li,
footer {
    text-align: center;
}

h2 {
    background-color: rgb(17, 4, 133);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 8;
}

/*.contenedor1 {
    background-color: rgb(103, 168, 125);
    color: azure;
    text-align: center;
    padding: 8;
}*/

#equipo{
    display: flex;
}
.contenedor2 {
    background-color: rgb(12, 0, 248);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 8;
    
}

.contenedor2 div {
    padding: 5%;
    
}

.juana{
    background-color: rgb(44, 103, 170); font-size: 2em;
    
}

.cristel{
    background-color: rgb(62, 97, 156); font-size: 2em;
}

.salo{
    background-color: rgb(29, 48, 192); font-size: 2em;
}


.contenedor3 {
    background-color: rgb(77, 132, 204);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 8;
}

.acumar {
    font-size: 100%;
}

footer {
    font-size: 80%;
}
