body {
    font-family: 'Courier New', Courier, monospace;
    background: white;
    color: black;
    margin: 2em;
}
button {
    font-family: 'Courier New', Courier, monospace;
}
    .centered {
    text-align: center;
}
    .entry p {
    text-indent: 2em
}