.page-wrapper {
    width: 100vw;
    height: 100vh;
    background-image: url("./background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-shadow {
    background-color: rgba(0,0,0, 0.50);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.page-logo-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    text-align: center;
    margin-top: -100px;
    margin-bottom: 50px;
}

.message {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 1.3rem;
    text-align: center;
}

.copyright {
    align-self: bottom;
    position: absolute;
    bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: .8rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

.page-logo {
    max-width: 200px;
}