body {
    background-color: #475577;
}


/*#animatedBackground {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}*/

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container>img {
    max-width: 99%;
}

.construction-hint {
    width: 97%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    color: whitesmoke;
}