h1 {
    font-size: 1.2em;
}
.logo {
    width: 60%;
    height: 250px;
    margin: 80px auto 0 auto;
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}
.message {
    width: 60%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
