.footer {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 50vh;
    background-color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}