* {
    box-sizing: border-box;
    user-select: none;
}

body {
    /*  font-family: 'Roboto Condensed', sans-serif; */
    /* background: #000;
    color: #fff; */
    padding: 0;
    margin: 0;
}

.gameframe {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.hidden {
    display: none;
}

/* 
.in_title {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.in_subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .75;
    margin-bottom: 16px;
}

.in_lead {
    font-size: 15px;
    margin-bottom: 18px;
}

.in_label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    opacity: .8;
    margin-bottom: 15px;
}

.bullet {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 2px solid #38bdf8;
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    flex-shrink: 0;
    margin-top: 1px;
}

.kek {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #38bdf8;
    margin-bottom: 2px;
}

.irow {
    font-size: 15px;
    line-height: 1.45;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(8px);
    animation: fadeUp .45s ease forwards;
} */