html,
body {
    height: 100%;
    width: 100%;
}

body {
    display: revert;
}

.container {
    height: 100%;
    position: relative;
    width: 100%;
}

.status-container {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%);
}

.status-container h1 {
    font-size: min(25vw, 40vh);
    margin: 0;
}

.status-container h2 {
    font-size: min(4.375vw, 7vh);
    margin: -4vmin 0 0;
}

.bottom-link {
    bottom: 1vh;
    position: absolute;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}

.bottom-link a {
    text-decoration: none;
}