<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.screenshot-cont {
    width: 80%;
    margin: 0 10%;
    padding: 3rem 0;
    text-align: center;
    border-bottom: 3px solid #8657DC;
}

.screenshot-cont&gt;div {
    display: inline-block;
    margin: 0 1rem;
}

.screenshot-cont,
.screenshot-cont&gt;div {
    vertical-align: middle;
}

.game-name {
    line-height: 1.6rem;
    text-transform: uppercase;
}

.screenshot-cont span {
    color: #8657DC;
    font-size: 1.6rem;
}

.screenshot {
    width: 40%;
    height: auto;
}

.screenshot img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 6rem;
}

.game-icon {
    width: 20%;
    height: auto;
}

.game-icon img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 3rem;
}

.introduce-cont {
    width: 80%;
    margin: 1rem 10%;
}

.introduce-cont p {
    font-weight: 400;
    line-height: 1.4rem;
    text-align: center;
    margin: .7rem 0;
}

.introduce-cont strong {
    font-weight: 600;
}

.introduce-cont h2 {
    text-align: center;
    color: #8657DC;
    margin: 1rem 0;
}

@media screen and (max-width: 1023px) {
    .screenshot-cont {
        width: 94%;
        padding: 3rem 2%;
        margin: 0;
    }

    .introduce-cont {
        width: 94%;
        margin: 1rem 0;
        padding: 0 2%;
    }
}

@media screen and (max-width: 480px) {
    .screenshot-cont&gt;div {
        margin: 0;
    }

    .introduce-cont p {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .introduce-cont strong {
        font-size: 2.2rem;
    }

    .introduce-cont h2&gt;strong {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    .introduce-cont p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .introduce-cont strong {
        font-size: 2rem;
    }
}

@media screen and (min-width: 640px) and (max-width: 799px) {
    .screenshot-cont&gt;div {
        margin: 0 .6rem;
    }

    .introduce-cont p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .introduce-cont strong {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    .introduce-cont p {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .introduce-cont strong {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .screenshot-cont&gt;div {
        margin: 0 .6rem;
    }
}</pre></body></html>