/* TODO: Integrate these styles into the main page styles */
/* @import url(/styles.css); */
@import url(/variables.css);

:root {
    /* Colors */
    background-color: var(--background);
    color: var(--text);

    /* Text */
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}



pre, code {
    white-space: normal;
}


header {
    border-bottom: solid var(--primary);
}

h1 {
    > span {
        display: block;
        font-size: small;
    }
}