body {
    margin: 0;
    padding: 0;
}

/* hide scroll bars (safari) */
html,
body {
    overflow: hidden;
    background-color: rgb(68, 68, 68);
}

/* hide scrollbars */
.canvas {
    position: fixed;
    left: 0;
    top: 0;
    /* Ховаємо канвас */
    display: none;
}

#startButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;

    display: none;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 10px 20px; */
    font-size: 50px;
    color: white;

    z-index: 2;
}

/*# sourceMappingURL=main.aaf9deef8fe33c74.css.map*/