html,body{overflow:hidden}.underline{border-bottom:1px solid #222}footer{border-top:1px solid #222;margin-top:1rem;text-align:center}a{color:#000;text-decoration:none}body{color:#222;font-family:sans-serif;line-height:1.5;margin:1rem auto;max-width:80vw;width:80vw;min-width:320px;box-sizing:border-box}nav{display:flex;justify-content:space-between;align-items:center}.title{margin:auto;text-align:center}.grid-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;overflow-x:auto;padding:1rem 0;justify-items:center}.post-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,7%);min-width:220px;max-width:320px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.post-item img{max-width:100%;height:auto;display:block;border-radius:6px}.home-main{max-width:90%;margin:auto;text-align:center;font-size:larger;font-weight:900}.gallery-container{position:fixed;top:0;left:0;height:100vh;width:100vw;overflow-y:scroll;scroll-snap-type:y mandatory;z-index:-420;scroll-snap-stop:always}.wizualizacja{width:100vw;height:100vh;object-fit:cover;scroll-snap-align:start;display:block}@media(max-width:1000px){.grid-posts{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){body{max-width:100vw;width:100vw;margin:0}.grid-posts{grid-template-columns:1fr;gap:1rem;overflow-x:auto}}.arrow{border:solid #000;border-width:0 6px 6px 0;display:inline-block;padding:16px;width:16px;height:16px;margin:16px;box-sizing:border-box}.left{transform:rotate(135deg);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg)}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}