@font-face {
    font-family: 'benthamregular';
    src: url('bentham-webfont.woff2') format('woff2'),
         url('bentham-webfont.woff') format('woff');
    font-family: 'comilibook';
    src: url('comili-book-webfont.woff2') format('woff2'),
         url('comili-book-webfont.woff') format('woff');
}

body {
    font-family: Bentham Regular, Georgia, serif;
    font-weight: lighter;
    font-style: normal;
    background-color: white;
}

h1 {
    font-family: comilibook, Georgia, serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;    font-size: 2.4em;
}

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

p, a {
    color: black;
    font-size: 1.4em;
}

p {
    opacity: 0.0;
    transition: opacity 1.0s;
    line-height: 1.6em;
}

p.show {
    opacity: 1.0;
}

p.choice {
    text-align: left;
    font-size: 1.1em;
}

a {
    text-decoration: none; color:royalblue;
    line-height: 0em;
}

a:hover {
    text-decoration: underline;
}