body{
    font-family: sans-serif;
    /* font-weight: lighter;*/
}

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

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

p, a {
    line-height: 1.7em;
    font-size: 14pt;
}

p {
    opacity: 0.0;
}

@media screen and (prefers-reduced-motion: no-preference) {
    p {
        transition: opacity 0.3s;
    }
}
p.show {
    opacity: 1.0;
}

p.choice {
    text-align: center;
}

a:hover {
    color: black;
}