html {
    font-family: "Georgia", serif;
    height: 100%;
    /*font-size: 1.4em;*/
    /*min-width: 1000px;*/
}

body {
    /*width: 1000px;*/
    background-color: #000000;
    color: white;
    height: 100%;
    margin: 0em;
    font-size: 1.3em;
    /* required to get content centered */
    text-align: center;
}

#content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    text-align: left;
}

blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    color: gold;
    font-style: italic;
}

.choice {
    display: block;
    color: lightyellow;
    /*margin-top: 1em;*/
    /*margin-bottom: 1em;*/
    /*margin-left: 40px;*/
    /*margin-right: 40px;*/
    font-style: italic;
}

a {
    color: yellow;
}

h1 {
    font-size: 3em;
    color: palevioletred;
}
