.footerCopy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    height: 6vh;
}

#copyFooter {
    font-size: 1.2em;
    color: rgb(233, 233, 233);
}