* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    touch-action: none;
}
body {
    background: radial-gradient(circle at center, #ffd7a9 0%, #ffbb98 100%);
}
.master-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100vw;
    overflow: hidden;
}
#canvas3d {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 22;
    left: 0;
    top: 0;
}
.all-ui-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    pointer-events: none;
    /* transition: opacity 0.1s ease-in-out; */
}
.star {
    width: 20px;
    aspect-ratio: 1;
    background-image: url("images/star.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    z-index: 100;
    filter: brightness(5);
}

@media only screen and (max-width: 700px) {
}
