footer {
    background: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 25px 20px;
    font-size: 0.9rem;
}

footer p {
    margin: 4px 0;
}

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

footer a:hover {
    text-decoration: underline;
}