

/* A PLACE FOR UNFILTERED EXPRESSION ABSOLUTELY NO RULES */

body {
    background-color: var(--base-light);
    overflow-y: hidden;
    height: 100vh;
}

#yin {
    position: absolute;
    width: 55vw;
    bottom: -8vh;
    left: -11vw;
}

#tower {
    position: absolute;
    height: 100vh;
    left: 100vw;
    z-index: -1;
}

#schematic {
    /* height: 100vh;
    width: 100vw; */
    left: 90vw;
    position: absolute;
    top: 0px;
     
    display: flex;
    justify-content: center;
}