
.footer {
    float: left;
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 16px;
    color: #f0f3f7;
    background-color: #29469d;
}

.footer a {
    color: #f0f3f7;
}

.footer a:hover {
    color: rgb(202, 124, 22);
}
