footer {
    position:fixed;
    bottom:0px;
    width:100%;
    height:auto;
    background:#fff;
    text-align:center;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background:#fff;
}


.footer-text {
    text-align: right;
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    background:#fff;
}

@media (max-width: 600px) {
    .footer-text {
        text-align: right;
        font-size: 14px;
        margin-right: 0px;
        margin-bottom: 0px;
        background:#fff;
    }
}

.space-container {
    display: block;
}

@media (max-width: 800px) {
    .space-container {
        display: none;
    }
}