body {
    margin: 0;
    padding: 0;
}

.page {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #003349;
    background-size: 100%;
}

.logo {
    display: block;
    width: 250px;
    min-height: 200px;
    background: url(https://elasticbeanstalk-eu-central-1-537055275646.s3.eu-central-1.amazonaws.com/email-images/logo.png) center center no-repeat;
    background-size: 250px;
    text-indent: -9999px;
}

.message {
    display: block;
    padding: 32px;
    background-color: #fff;
    max-width: 400px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}

@media (min-width: 400px) {
    .message {
        width: 400px;
    }
}

.message__title {
    margin: 0 0 24px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.message__body p {
    margin: 0 0 16px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
}

.message__body p:last-child {
    margin-bottom: 8px;
}

.message__body p strong {
    font-weight: 400;
}

.message__body p a {
    color: #666;
}
