footer {
    background-color: #2b4d6e;
    color: rgb(197, 195, 195);
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

footer a {
    color: rgb(197, 195, 195);
    font-size: 14px;
}

footer a:hover {
    color: inherit;
}