body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    background-color: rgb(29, 29, 29);
}

footer p {
    display: flex;
    justify-content: center;
}

a {
    color: orange;
}

code {
    padding: 2px 4px;           /* inner spacing */
    background-color: rgb(49, 49, 49);  /* light gray background */
    border-radius: 3px;          /* slightly rounded corners */
    font-family: monospace;      /* monospace font */
    font-size: 0.95em;   
}