.back-top {
    display: none;
}

html,
body {
    font-size: 0.833333px !important;
    background: white;
}

html,
body,
main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

main {
    display: flex;
    flex-direction: column;
    font-size: 14rem;
}

.game-list-text {
    display: none;
}

.game-list-item:hover .game-list-img {
    scale: 1.05;
}

.get-widget-btn:hover {
    opacity: 1 !important;
    background-color: var(--color-primary) !important;
    color: white !important;
}