* {
    cursor: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

body {
    background-color: #ffff;
}

.flysmash {
    display: fixed;
    pointer-events: none;
    position: absolute;
    width: 15%;
    z-index: 999;
}

.fly {
    margin: 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    z-index: 200;
}

.wrapper {
    width: 100vw;
    height: 100vh;
}

.position {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#over {
    display: none;
    width: 20%;
}

#end {
    display: none;
    width: 20%;
}