
/* home page */
#areaGame .slogan {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    text-shadow: 2px 2px 8px #bd9e77;
}

.button-area {
    margin-top: 5px;
}

#buttonPlay {
    background-image: var(--img-home-learn);
    background-repeat: no-repeat;
    background-size: 200px auto;
    margin-top: 10px;
    height: 65px;
    line-height: 65px;
}

#buttonGame {
    background-image: var(--img-btn-green2);

    background-repeat: no-repeat;
    background-size: 180px 52px;
    margin-left: 12px;
    margin-top: 5px;
    width: 180px;
    height: 56px;
    line-height: 56px;

    text-align: center;
    cursor: pointer;
    color: #f4e7c1;
    font-size: 20px;
}

#buttonGame > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

#gameTestIntro {
    color: #0ff;
    text-shadow: black 2px 2px 10px;
    width: 200px;
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}

/* mint page */
#mintActivity > .title {
    font-size: 31px;
}

#rightIntroWrapper > .title > span {
    font-size: 14px;
}

#rightIntroWrapper > .right-list > ul {
    width: 85%;
}

/* game page */
#packageDesc > p.desc {
    font-size: 17px;
}

/* ticket page */
#ticketArea {
    background-size: 100% 1750px;
}