html {
    background: url("//media.downdogapp.com/asset/background_0143_c29a540e@2x.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    position: relative;
    overflow: hidden;
}

.top-level {
    width: 100%;
    height: 100%;
}

.container {
    position: absolute;
    height: 100vh;
    width: 100vw;
}

.bg-image {
    height: inherit;
    widows: inherit;
    background-position: center;
    background-size: cover;
    background-image: url("//media.downdogapp.com/asset/background_0143_c29a540e@2x.png");
}

.center-horizontally {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-container {
    width: 400px;
    margin-top: 5vh;
}

.text-center {
    text-align: center;
    margin-top: 5vh;
    max-width: 75%;
}

.title {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 27px;
}

.message {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.home-link {
    margin-top: 4vh;
    background-color: rgb(0, 60, 120);
    width: 300px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}
