h1 {
    color: #999;
    font-weight: normal;
    text-align: center;
    font-size: 72px;
    text-align: center;
    margin: 100px auto 50px auto;
    width: 500px;
}

html {
    background-image: -webkit-linear-gradient(
        #fff,
        #f3f3f3
    );
    background-repeat: no-repeat;
    background-color: #f3f3f3;
}

body {
    background: transparent;
}

section#error_message {
    width: 800px;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 auto;
}

section#sensitive_message {
    display: block;
    margin: 20px 0 0 0;
    border-top: 1px solid #eee;
    padding: 20px 0 0 0;
}