﻿.footer {
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    margin-top: auto;
}

.footer-links {
    margin-bottom: 10px;
    text-align: center;
}

.footer-link {
    text-decoration: none;
    color: gray;
}