body {
    margin: 0;
    padding: 0;
}

#splash {
    width: 100vw;
    height: 100vh;
    background-color: #30303a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loading {
    font-size: 20px;
    color: white;
}
