footer {
    background-color: white;
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f2;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

a.menu-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 70px;
    text-decoration: none;
}

span.menu-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

div#footer-container {
    position: sticky;
    bottom: 0;
}