body {
    font-family: monospace;
    padding: 20px;
    background-color: #333;
    color: #fff;
}

h1 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
}

h2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #f90;
}

.section-name {
    font-weight: 700;
    color: #9f0;
}

p {
    font-size: 14px;
    line-height: 21px;
    white-space: pre;
}

.notes-row {
    font-weight: 700;
    color: #f90;
}

a {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #fff;
}