html {
    height: 100vh;
}
body {
    font: 12pt 'Montserrat', 'Arial', sans-serif;
    background: #e9ecef;
    color: white;
    text-align: center;
    text-shadow: 0 0 4px #0007;
    margin: 1em;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/503-background.png) center no-repeat;
    background-size: cover;
    filter: saturate(0);
    mix-blend-mode: overlay;
    opacity: 0.3;
    z-index: -1;
}
.logo {
    width: 60%;
    max-width: 400px;
    display: block;
    margin: 10vh auto 6vh;
}
.title {
    font-family: 'Bebas Neue', 'Montserrat', 'Arial', sans-serif;
    font-weight: normal;
    margin: 1em auto;
    color: #3c4140;
}
small {
    font-size: 70%;
}
.text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3c4140;
}