#SOULDIV {
    margin: 0; 
    padding: 0;
    height: 100%;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;

    pointer-events: none;
    -webkit-user-drag: none;

    -webkit-animation: glow-box 1.5s ease-in-out infinite alternate;
    -moz-animation: glow-box 1.5s ease-in-out infinite alternate;
    animation: glow-box 1.5s ease-in-out infinite alternate;
}

.SOULSPAWNER {
    background-color: red;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;

    pointer-events: none;
    -webkit-user-drag: none;

    -webkit-animation: glow-box 1.5s ease-in-out infinite alternate;
    -moz-animation: glow-box 1.5s ease-in-out infinite alternate;
    animation: glow-box 1.5s ease-in-out infinite alternate;
}

#SOUL {
    padding-top: 500px;
    width: 450px;
    height: 450px;
    padding-right: 15px;
    margin: 0 auto;

    pointer-events: none;
    -webkit-user-drag: none;
}

#SOULSPAWNER_01 { width: 50%; }
#SOULSPAWNER_02 { opacity: 0.5; width: 65%; }
#SOULSPAWNER_03 { opacity: 0.2; width: 80%; }
#SOULSPAWNER_04 { opacity: 0.1; width: 90%; }
#SOULSPAWNER_05 { opacity: 0.02; width: 100%; }