#CONSOLE_SELECT {
    border: 5px dotted var(--white);
    background: none;
    height: 25vh;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    padding: 0%;
}
    #CONSOLE_SELECT > img {
        height: 20vh;
        margin: 0% 5%;
    }
        #CONSOLE_SELECT > img:hover {
            background-image: radial-gradient(white 35%, transparent 75%);
            transform: scale(1.15, 1.15);
        }
#CONSOLE_DESCR {
    height: 64vh;
}
    section.descrBlock {
        width: 50%;
        height: 55vh
    }
    section#DESCR_Stats {
        float: left;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        overflow-y: scroll;
    }
        section#DESCR_Stats > * {
            text-align: left;
        }
        section#DESCR_Stats h2 {
            font-style: italic;
        }
        section#DESCR_Stats h2, section#DESCR_Stats h3 {
            text-shadow: 0px 2px var(--purple);
        }
        section#DESCR_Stats span {
            text-shadow: none;
        }
section#DESCR_Bio {
    float: right;
    overflow: scroll;
}
section#DESCR_Bio > p {
    text-indent: 2.5rem;
}