html {
    background-color: aliceblue;
}

body {
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 2px lightgray;
    max-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#title-block-header {
    display: none;
}

h1 {
    text-align: center;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 30px;
}