:root{--link-color:blue;--primary-foreground-color:#000000;--secondary-foreground-color:#999999;--primary-background-color:#ffffff;--secondary-background-color:#eee}@media(prefers-color-scheme:dark){:root{--link-color:rgb(125, 125, 255);--primary-foreground-color:#ffffff;--secondary-foreground-color:#999999;--primary-background-color:#171616;--secondary-background-color:#222}}body{background-color:var(--primary-background-color);color:var(--primary-foreground-color);font-family:Helvetica,sans-serif;line-height:1.6;margin:auto;max-width:900px;padding:1rem}h1{text-align:center}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}header{margin-bottom:1rem}header.navigation h1{border:0;font-size:4em;margin:0;text-align:center}header.navigation img{display:block;margin:auto}header.navigation nav ul{list-style:none;padding:0;text-align:center}header.navigation nav ul li{display:inline;margin-right:1rem}header.navigation nav ul li:last-child{margin-right:0}.logo{width:400px;filter:invert(50%)sepia(9%)saturate(0%)hue-rotate(134deg)brightness(102%)contrast(91%)}@media screen and (max-width:600px){header.navigation h1{font-size:3em}}footer{color:var(--secondary-foreground-color);font-size:.9rem;margin-top:1rem;text-align:center}footer ul{padding:0;margin:0}footer li{display:inline;list-style:none}footer li:not(:last-child){margin-right:.6em}footer p{margin-bottom:0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;align-items:center}.gallery-item img{width:100%;height:auto;object-fit:contain;display:block}table.properties{background-color:var(--secondary-background-color);border-collapse:collapse;border-radius:1rem;width:100%}table.properties th{text-align:right}table.properties th,table.properties td{padding:1rem}