/* Reset */
@import url("../reset.css"); 
/* All */

#renderer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(10, 10, 10);
    background-image: url(../logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light;
}

#text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}