body {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.3; /* Improves readability */
    font-family: system-ui, sans-serif;
}

code, pre {
    /* "ui-monospace" is the modern keyword for the system code font */
    font-family: ui-monospace, monospace;
}

/* pre { */
/*     background-color: transparent; */
     /* Use a mid-tone gray border that is visible on both white and black */
/*     border: 1px solid #777777;  */
/*     color: inherit; /* Takes the body text color (Black or White) */
/*     padding: 15px; */
/*     border-radius: 4px; */
/*     overflow-x: auto; */
/* } */
