footer
{
    position: absolute;
    bottom: 0;
    width: 100vw;
    text-align: center;
    background-color: var(--bg-2);
}

footer p
{
    padding: 1vh 0 1vh 0;
}