/* Footer */
footer {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}

footer p {
    font-size: 14px;
    margin: 0;
}

footer a {
    color: #4a90e2;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
}