:root{--raven-black:#0a0a0a;--misty-grey:#777a7f;--bone-white:#e7e3dd;--blood-red:#7a1f2b;--charcoal-purple:#3c2e44;--storm-blue:#4f5e72;--witchy-lavender:#c5a3d2}html{height:100%}body{color:var(--raven-black);font-family:serif;line-height:1.15;background-image:url(/images/background.png);background-size:133px 133px;background-repeat:repeat;margin:0;display:flex;justify-content:center}.container{max-width:calc(100% - 50em);padding:3rem;background-color:var(--bone-white);border:1px solid var(--misty-grey)}header,main,section,footer{padding:15px;border:1px solid var(--misty-grey)}header{display:flex;justify-content:center;img { max-width: 100%; }}main{display:grid;gap:15px;grid-template-columns:33% auto 33%;margin-bottom:1rem;margin-top:1rem}section{img { display: block; margin: 1rem auto; object-fit: cover; width: 80%; max-height: 100%; }}footer{}.gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(8,8vw);grid-gap:8px;p { margin: 0; } img { width: 100%; height: 100%; object-fit: cover; }}a{color:var(--witchy-lavender)}