/* custom.css */
footer {
    display: block !important;
    text-align: center;
    padding: 1rem;
    background-color: #2d3748;
    color: #cbd5e0;
    font-size: 0.875rem;
}
footer a {
    color: #63b3ed;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}