@view-transition { navigation: auto; }

html, body {
    font-family: 'Times New Roman', 'Noto Serif', serif;
}

* {
    box-sizing: border-box;
}

body {
    max-width: 90ch;
    margin: auto;
    padding: 1ch;
    color: black;
    background-color: white;
}

a:hover {
    opacity: 0.7;
}

blockquote {
    color: #4a4a4a;
}

table {
    border-collapse: collapse;
}

td, th {
    vertical-align: top;
    text-align: start;
}

:target {
    background-color: rgb(255, 255, 108) !important;
}

img[src$=".gif"] {
    image-rendering: pixelated;
}
