#footer {
    xborder: 1px solid grey;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: -2px 0px 4px rgb(0 0 0 / 70%);
    font-size: 0.8em;
    color: rgb(86, 86, 86);


    background-color: #0a0c0d;
    font-family: 'WhiteRabbit';
}