﻿body {
    position: relative;
    height: 380px;
    width: 100%;
    text-align: center;
    background-color: white;
    padding-top: 25px;
    padding-left: 80px;
    padding-right: 80px;
    font-weight: lighter;
    color: black;
    font-family: 'Galano Grotesque - Regular';
    font-size: 25px;
}
footer {
    text-align: center;
    background-color: rgba(28,66,137,100);
    font-weight: lighter;
    font-family: 'Galano Grotesque - Regular';
    color: lightgray;
    font-size: 12px;
}
h3{
    font-size: 16px;
}
img {
    height: 80px;
    width: 50%;
}
.rojo {
    color: rgba(218,41,28,28);
}
    .rojo:hover {
        color: rgba(218,41,28,28);
    }