.footer{
    position: relative;
    height: 100px;
    width: 100vw;
    bottom: 0;
    left: 0;
    font-family: var(--font-accent);
    color: var(--white);
    background-color: var(--black);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    z-index: -5;
    text-align: center;
}

.footer-links{
    text-transform: uppercase;
    height: 100px;
}
  
#footer-link-left{
    color: var(--white);
    position: absolute;
    bottom: 40px;
    left: 50px;
}
  
#footer-link-right{
    color: var(--white);
    position: absolute;
    bottom: 40px;
    right: 50px;
}