body{color:#222;font-family:sans-serif;line-height:1.5;margin:0}header{# border-bottom: 1px solid #222;margin-bottom:1rem}a{color:#00e;text-decoration:none}body{background-color:#fcf9f9;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"empty-left content content empty-right" "empty-left footer footer empty-right" "bottom bottom bottom bottom";row-gap:0rem;column-gap:1rem}.empty-left{grid-area:empty-left;color:#000;background:#000}.empty-right{grid-area:empty-right;color:#000;background:#000}.content{grid-area:content;gap:1rem}.bottom{grid-area:bottom;color:#000;background:#000;min-height:100vh}footer{border-top:1px solid #222;# margin-top: 1rem;grid-column:2/4;display:grid;place-content:center;grid-template-columns:1fr;grid-template-areas:"alternate_footer";gap:2rem;*/}.copyright{grid-area:alternate_footer;align-self:center;justify-self:center}#prevart{text-align:left}#nextart{text-align:right}