footer
{
    display: flex;
    background: var(--secondary-background);
    border-radius: 1000px;
    justify-content: center;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}