@import 'root.css';

footer
{
    height: 50px;
    background-color: var(--black0);
    border-top: 2px solid var(--basicWhite);
    line-height: 50px;
    text-align: center;
    color: var(--basicWhite);
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
}