#sticky-footer {
    top: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
}

.footer-text {
    font-size: 0.85rem;
    color: #999;
}

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

.footer-link:hover {
    text-decoration: underline;
    color: blue;
}