:root{--bg:#fbf1c7;--fg:#282828;--pad-large:20rem;--max-content-width:33rem}@media only screen and (max-width:980px){:root{--content-width:90%}}@media only screen and (max-width:550px){:root{--content-width:100%}}body{background-color:var(--bg);color:var(--fg);margin-left:auto;margin-right:auto;width:var(--content-width);max-width:var(--max-content-width)}img{width:var(--content-width);max-width:var(--max-content-width)}