
/* FOOTER STYLES */
footer {
    background: #222;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    margin-top: 40px;
}

footer a {
    color: #888;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}
