/* This seems to remove info in the page corner when printing like URL, date
   etc. */
@page {
    size: auto;
    margin: 0;
}

html {
    font-family: monospace;
    font-size: 16px;
    background-color: white;
    background-image: none;
    color: rgb(10,10,10);
    margin: 2em;
}

body {
    box-shadow: unset;
    border-style: unset;
    max-width: unset;
}

a {
    text-decoration: none;
    color: inherit;
}

div {
    break-inside: avoid;
}

header, header + p, hr, nav, footer, #pdf-note {
    display: none;
}

.org-center {
    text-align: center;
}

code {
    background-color: inherit
    padding: 0;
    border: none;
    border-radius: 0;
}
