body::-webkit-scrollbar {
    display: none;
}

* {
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select: none;
    /* Chrome */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    background-color: #9E9E9E;
    width: 100%;
    margin: 0;
    cursor: none;
    overflow: hidden;
    touch-action: pan-x pan-y;
}


img {
    object-fit: contain;
}

.glassmorphism {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
}

canvas#noise_filter {
    opacity: 0.06;
    z-index: 9999;
    pointer-events: none;
    user-select: none;
}

.scale_container {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.layer {
    position: absolute;
    transition: transform 200ms linear, filter 600ms ease-out;
}

.parallax_container {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #111;
}

#name_container {
    color: white;
    top: 70%;
    right: 22%;
    /* font-size: 1.2vw;
    padding: .6vw; */
}

/* mirror */
#mirror>.ratio_container,
.scale_container {
    background-color: #948A81;
}

#wall {
    background-color: #67655F;
    width: 12%;
    left: 0;
    top: 0;
    z-index: 9;
    bottom: 0;
}

img#room_bg {
    top: 0;
    bottom: 0;
    margin: auto;
}


#sun_light {
    background: radial-gradient(#FFDB7A, transparent 70%);
    top: -40%;
    right: -80%;
    width: 200%;
    height: 110%;
    mix-blend-mode: screen;
    opacity: .73;
}

#cold_light {
    background: radial-gradient(#C3F0FF, transparent 70%);
    top: -30%;
    right: -30%;
    width: 120%;
    height: 100%;
    mix-blend-mode: screen;
    opacity: .26;
}

#glass_frame {
    background-color: #3E3937;
    width: 4%;
    height: 100%;
    top: 0;
    left: 10%;
    position: absolute;
    box-shadow: -30px 30px 30px #4A464A;
    z-index: 10;
}

img#character {
    height: 96%;
    bottom: 0;
    left: 25%;
    top: 0;
    margin: auto;
    filter: blur(3px)
}

img#memos {
    height: 100%;
    top: 0;
    right: 0;
}


img#air_dust {
    right: 19%;
    top: 0;
    height: 74%;
    filter: blur(3px)
}

.waterdrops {
    right: 0;
    top: 0;
}

img#waterdrop_base {
    mix-blend-mode: multiply;
}

img#waterdrop_light {
    mix-blend-mode: screen;
}

#blur_area {
    background-color: transparent;
    left: 24%;
    width: 43%;
}