.reflectScene {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    top: 30vw;
    width: 100vw;
    height: 30vh;
}

.reflect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.4vw;
    gap: 0.2vw;
    flex-wrap: wrap;
    padding: 0.1vw 0vw;
    width: 20vw;
    transition: 0.5s;
}

.reflect1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.4vw;
    gap: 0.2vw;
    flex-wrap: wrap;
    padding: 0.1vw 0vw;
    width: 5vw;
}

.reflect1 .w {
    transform: skew(35deg);
    background: #847e02;
    filter: blur(0.7vw);
}

.reflectMoon {
    position: absolute;
    top: 0;
    left: 75vw;
    width: 25vw;
    height: 25vh;
}

.reflectMoon .moon,
.reflectMoon .moonBright {
    position: absolute;
    left: 25vh;
    transform: skew(10deg) scale(1.5);
    filter: blur(0.5vw);
    background: #f5f5f57c;
}