:root {
    color-scheme: dark light;
}
table {
    width: 100%;
}
nav a {
    color: inherit;
    text-decoration: none;
}
.logo {
    font-size: 2em;
    font-weight: bold;
}
.links {
    text-align: right;
}
.links a:hover {
    text-decoration: underline;
}
body {
    margin: 1em auto;
    max-width: 40em;
    padding: 0 .62em;
    font: 1.2em/1.62 sans-serif
}

h1,h2,h3 {
    line-height:1.2
}
a {
    text-decoration: none;
}
a:visited {
    text-deocration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    text-align: center;
    display: block;
    max-width: 100%;
    margin: auto
}
figcaption {
    padding: 0 .15em;
    margin: auto;
    text-align: center
}
footer {
    padding: 25px 0;
    text-align: center;
}

table tr td a img {
	min-width: 33px;
}
video {
    width: 100%
}
@media print{
    body { max-width:none }
}
