

body {
    text-align: center;
    font-family: monospace;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    height: 95vh;
}


body * {
    color: #555 !important;
}


#logo {
    position: absolute;
    width: 75vw;
    transition: width ease-in 14s, opacity ease-in 4s;
}


#logo.small, #soon.small {
    position: absolute;
    width: 5vw;
    opacity: 0.00001;
}


#soon {
    background: black;
    z-index: 2;
    font-size: 10vw;
    transform: rotate(-10deg);
    color: white !important;
}


#loading {
    position: absolute;
    opacity: 1;
    z-index: 3;
    transition: all linear 1s;
}


#loading.fall {
    opacity: 0.00001;
}