
@media (min-width:800px) {
    #footerBox{
        display: flex;
        justify-content: space-between;
    }
}