@import url(https://fonts.googleapis.com/css2?family=Days+One&display=swap);
* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow: hidden;
    background-color: black;
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.joystick-container {
    width: 25vw;
    height: 25vw;

    max-width: 150px;
    max-height: 150px;

    bottom: 36px;
    left: 36px;

    position: absolute;
    z-index: 10;
}

.joystick {
    width: 200px;
    height: 200px;
    position: block;
}

.noselect {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#VRButton {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    top: 4px;
    left: unset !important;
    right: 4px !important;
    height: 36px;
}

* {
    font-family: "Roboto Mono", sans-serif;
}

.jump-button {
    position: absolute;
    z-index: 20;

    bottom: 36px;
    right: 36px;

    width: 25vw;
    height: 55px;

    background-color: transparent;
    color: white;
    border: solid white 2px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
}


.copy-invite-button {
    position: absolute;
    z-index: 20;

    top: 36px;
    right: 36px;

    padding: 8px;

    background-color: transparent;
    color: white;
    border: solid white 2px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    -ms-border-radius:12px;
    -o-border-radius:12px;
}

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