.main-footer {
    color: white;
    display: flex;
    position: absolute;
    height: 9rem;
    bottom: 0.8rem;
    width: 95.7%;
    font-size: 0.8rem;
    border-top: #4e555b solid 0.1rem;
}

.main-footer > .content {
    display: flex;
    width: 100%;
}

.main-footer > .content > .main-footer-left {
    display: flex;
    flex-flow: row;
    width: 20%;
    height: 100%;
}

.main-footer > .content > .main-footer-left > div {
    flex: 2;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.main-footer > .content > .main-footer-left > div > div:first-child {
    width: 4rem;
    height: 4rem;
}

.main-footer > .content > .main-footer-left > div > div:last-child {
    display: flex;
    margin-top: 0.2rem;
    width: 100%;
    height: 2rem;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.main-footer > .content > .main-footer-left > .game > .gameLogo {
    background-image: url("/assets/img/mainfooter/game-logo.png");
    background-size: auto 4rem;
    background-repeat: no-repeat;
}

.main-footer > .content > .main-footer-left > .gamer > .gamerCode {
    background-image: url("/assets/img/mainfooter/gamer-eweima.png");
    background-size: auto 4rem;
    background-repeat: no-repeat;
}

.main-footer > .content > .main-footer-content {
    flex: 1;
    justify-content: center;
    padding: 0.5rem 0.8rem 0.5rem 2rem;
    display: flex;
    flex-flow: column;
}

.main-footer > .content > .main-footer-content > span {
    margin: 0.2rem;
}