@media screen and (min-width:768px) and (prefers-color-scheme:dark) { body { background-color: black; color: white; border: 0.3em solid white; } }
@media screen and (max-width:768px) { .quote { display: none; } .big-lambda { bottom: -1rem; font-size: 12rem; } .hdr { padding: 0.3em 0.5em 0.3em 0.5em; font-size: small; } }
