body {
    margin: 0;
    overflow: hidden;
    background-color: yellow;
    font-family: "Arial Narrow", sans-serif;
    font-size: 5vw;
    letter-spacing: -.04vw;
    color: yellow;
    -webkit-text-stroke: 1.5px black;
    text-align: center;
    font-weight: bold;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #4A7BF5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: 10vw;
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

header {
    color: white;
    -webkit-text-stroke: 0;
    z-index: 100;
    pointer-events: none;
}

.loading_el {
    color: #4A7BF5;
    -webkit-text-stroke: 1px white;
    text-align: center;
    cursor: pointer;
}



.balloon {
    position: fixed;
    z-index: 1;
    bottom: 32px;
    left: 0;
    right: 0;
    padding: 0 64px;
    pointer-events: none;
}

.hidden {
    display: none;
}

#loader {
    z-index: 1;
}

#start {
    cursor: pointer;
}

.watermark {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

}

.watermark a {
    text-decoration: none;
    color: yellow;
}

.telegram-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    padding: 50px;
    width: 100%;
    z-index: 100;
}

.telegram-form input {
    width: 80%;
    /* height: 40px; */
    border: 1px solid black;
    -webkit-text-stroke: 0;
    margin: 20px 0;
    font-size: 5vw;;
}

.telegram-form a {
    color: blue;
    text-decoration: none;

}

.form-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px;
}


@media only screen and (max-width: 600px) {
    .loading {
        background-size: 80vw auto;
        font-size: 20vw;
    }

    body {
        font-size: 8vw;
        -webkit-text-stroke: 0.8px black;
    }

    /* header {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 12px;
  } */
    .balloon {
        top: auto;
        /* top: 18px; */
        bottom: 18px;
        padding: 0 18px;
    }

    /* .loading_el {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 180px 0;
        background: yellow;
    } */
}