.footer{
    height: 100px;
    background-color: var(--my-background);
    width: 100%;
    /* margin-top: 4rem; */
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .copyright-container{
    margin-top: auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem;
}