.brand a img {
    width: 155px;
}

.blockrain-game-holder canvas {
    background: rgb(117,230,239);
    background: linear-gradient(325deg, rgba(117,230,239,1) 0%, rgba(63,147,199,1) 74%, rgba(23,79,173,1) 100%);
}

.content-main .container {
    color: black;
}

a.icon i {
    margin-left: unset;
}

.have-fun {
    pointer-events: auto;
}

iframe {
    width: 100%;
    height: 100vh;
}

@media (min-width: 200px) and (max-width: 768px) {
    .font-size-90 {
        font-size: 4rem;
    }
}