
body {
	background-color:rgb(0, 0, 0);
}



#inv{
    pointer-events: none;
    color:rgb(255, 255, 255);
    width:100%;
    height:100vh;
    margin: 0;
    padding: 0;
    position: fixed;
    top:0;
    left:0;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family:'roboto condensed';
    font-weight: bold;
    font-size: 70px;
    line-height: 100px;
    z-index: 999;
}


#inv span{
    background-color:#000000;
}

#container{
    width:100vw;
    height:100vh;
    margin: 0;
    padding: 0;
    position: fixed;
    top:0;
    left:0;
    overflow: hidden;
    font-family:'roboto condensed';
    font-weight: bold;
    font-size: 70px;
    z-index: 1;
}


#container span {
    color:rgb(0, 0, 0);
    letter-spacing: 10px;
    line-height: 100%;
}


#container span:hover { 
    color:rgb(192, 0, 0);
}