html, body {
    font-family: 'Courier New', Courier, monospace;
}

.appHeader {
    width: 50%;
    margin: auto;
    padding-top: 1em;
    display: flex;
    justify-content: center;
}

.appName {
    display: inline-block;
    font-size: 2em;
    letter-spacing: 0.1em;
}

.bodyOfItem {
    white-space: pre-wrap;
}
