.noscript,
.initial {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(#181818,#454545);
    color: white;
    font-family: 'Source Code Pro', monospace;
    font-size: 2.2vh;
}

.noscript {
    z-index: 2;
}

.initial {
    z-index: 1;
}

.noscript img,
.initial img {
    margin-bottom: 5vh;
}

html, body {
    position: 'absolute';
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}