:root{--white: #fffcfc;--black: #252e2d;--gray: #eeeeee;--blue: #688eaa;--cubic-bezier: cubic-bezier(.4, 0, .6, 1)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}body{margin:0;font-family:Lexend Giga,sans-serif;font-weight:300;font-size:12px;color:var(--black);background:var(--white);letter-spacing:1px}a{color:var(--black);text-decoration:none}h2{font-size:24px}h3{font-size:16px}strong,h2{font-weight:700}p{line-height:20px}main{min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box;padding:24px;gap:24px}main>article{flex:1;display:flex;flex-direction:column;gap:32px}.page{flex:1;display:flex;flex-direction:column;gap:24px}footer p{font-size:10px;line-height:initial}.page h1{text-align:center;font-size:16px}.home .gallery{padding:40px 40px 0}@media screen and (min-width:960px){main{height:100vh}main>article{height:calc(100% - 48px);flex-direction:row}.page{height:100%}.gallery{height:calc(100% - 52px)}}
