html,body{height:100%}@font-face{font-family:poppins;src:url(/fonts/Poppins-Regular.ttf)}:root{--pico-font-family:poppins}body{display:flex;flex-direction:column}header{margin-bottom:1rem;background:#bfb195;.menu a:hover { color: white; }}main{flex-grow:1}footer{margin-top:1rem;display:flex;justify-content:center;gap:1rem;background:#bfb195;h6 { color: white; } a { display: flex; flex-direction: column; align-items: center; } a:hover h6 { color: #402e32; }}a{text-decoration:none;color:#402e32}.gallery{display:grid;grid-template-columns:repeat(3,1fr);row-gap:1rem;column-gap:1rem;justify-items:center;a:hover h4 { color:#bfb195; }}.category-taxonomy{ul li { list-style: disc; } a:hover { color: #bfb195; }}.about{img { align-self: center; border-radius: 100%; margin-right: 2rem; margin-bottom: 2rem; }}@media(prefers-color-scheme:dark){html{background-color:#333}.category-taxonomy li a{color:#fff}}@media(max-width:480px){.gallery{grid-template-columns:repeat(1,1fr)}}