*{
    padding: 0;
    margin: 0;
    color: rgb(18, 52, 88);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{
    background-color: rgb(241, 239, 236);
    text-align: center;
}
.hero{
    height: 11vh;
    padding: 10px;
    background-color: rgb(212, 201, 190);
    text-align: center;
}
img:hover{
    scale: 1.025;
}
.resumen{
    text-align: center;
    background-color: rgb(172, 156, 140);
}
footer{
    background-color: rgb(212, 201, 190);
    text-align: center;
}