.error-page body {
    background: #eee;
}

.error-page h1 {
    margin: 15% 0 0 0;
    text-align: center;
    font-size: 42px;
    color: #900;
}

.error-page h2 {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    color: #333;
}

body {
    background: #eee;
    max-width: 500px;
    margin: auto;
}

h1 {
    margin: 40px 0 20px 0;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

form div {
    margin: 20px 0;
}

form label {
    display: inline;
    font-weight: bold;
}

p {
    line-height: 1.4em;
    margin-bottom: 20px;
}

pre {
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: #ddd;
    border-radius: 10px;
}
