html, body {    
    background-color: #000;
    margin-top: 120px;    
    padding: 0;
    width: 100%;
    /* height: 100vh; */
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    cursor: crosshair;
}


.esin {    
    /* height: 180px; */
    z-index: 1000;
    transform: translate(30%,-50%);
    pointer-events:fills;
    font-size: 20px;
}
