#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding-bottom: 10px;
    color: rgb(var(--foreground));
    opacity: 0;
}