/* Based on https://perfectmotherfuckingwebsite.com/fuckingstyle.css */

header {
    text-align: right;
}
body {
    max-width:1100px;
    margin:40px auto;
    padding:0 10px;
    font:17px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color:#444
    /* /!\ In case of font face/size/color change, reflect the changes to collapsible.css as well. /!\ */
}
h1,h2,h3 {
    line-height:1.2;
    margin-top: 40px;
}
table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table,th,td {
    border: 1px solid;
}
#up {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 30px;
}
#up a {
    text-decoration: none;
}


/*
@media (prefers-color-scheme: dark) {
    body {
        color:#ccc;
        background:black
    }
    a:link {
        color:#5bf
    }
    a:visited {
        color:#ccf
    }
}
*/
