mainContentFooterContainer {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 1em;
    overflow: hidden;
    cursor: none;
    height: 600px;
    background-color: #000000;
}
@keyframes xxxxxx {
    0% {
        scale: 100%;
    }
    100% {
        scale: 200000%;
    }    
}
