.footer {
    background-color: #25292F;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

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

.copyright {
    font-size: 14px;
}
