body {
    font-family: sans-serif;
    font-weight: lighter;
    background-color: #ddd;
}

h1 {
    text-align: center;
    font-weight: lighter;
}

h4 {
    text-align: center;
    font-weight: lighter;
}

p, a {
    color: #111;
    line-height: 1.7em;
    font-size: 1.1em;
    
}

.choice a {
    text-decoration: none;
    color: #666;
    font-size: 1.2em;
}

.container {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.section-divider {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ddd, #ccc, #ddd);
}

p, a {
    color: #222;
    line-height: 1.7em;
    font-size: 13pt;
}

p {
    opacity: 0.0;
    transition: opacity 1.0s;
}

p.show {
    opacity: 1.0;
}

p.choice {
    text-align: center;
}

a:hover {
    color: black;
}