:root{--item-size:120px}*{box-sizing:border-box}body{margin:0;min-height:100%;font-family:sans-serif}.flex-center{display:flex;justify-content:center;align-items:center}.grid-container{display:grid;justify-content:center;grid-auto-flow:dense;grid-auto-columns:var(--item-size);grid-auto-rows:var(--item-size);grid-template-columns:var(--item-size) var(--item-size) var(--item-size)}.grid-item{width:100%;display:flex;justify-content:center;align-items:center}.grid-item-img{width:90%;height:90%;border-radius:10px}.grid-item-size-l{grid-column:auto / span 2;grid-row:auto / span 2}.grid-item-size-l>img{width:95%;height:95%}.first-item{grid-column:1 / span 1;grid-row:1 / span 1}.sticky-item{position:sticky;top:0px}.content[data-v-3d599607]{padding:20px 20px 50px;min-height:100vh}.bg[data-v-3d599607]{width:100%;min-height:100vh;background-image:url(/bg.png);position:fixed;z-index:-1}.footer[data-v-3d599607]{height:60px;background-color:#eee;display:flex;justify-content:center}.footer>div[data-v-3d599607]{margin:auto 10px}
