@font-face{font-family:gunny;src:url(/font/gnyrwn971.woff2);}body{font-family:gunny;width:100vw;overflow:hidden;margin:0;}#container{display:grid;height:100vh;}main{display:grid;}#galleryFrame{width:100%;overflow-x:hidden;margin-top:1vh;margin-bottom:1vh;position:relative;}#gallery{scrollbar-width:none;overflow-x:scroll;white-space:nowrap;display:flex;flex-direction:row;align-items:center;}#gallery img{margin:0 20px;cursor:zoom-in;}#gallery img:first-of-type{margin-left:10vw;}#gallery img:last-of-type{margin-right:10vw;}#moveLeft,#moveRight{height:100%;width:15vw;position:absolute;z-index:10;top:0;padding:5px;}#moveLeft{left:0;background:linear-gradient(to right,white,transparent);}#moveRight{right:0;background:linear-gradient(to left,white,transparent);text-align:right;}#moveLeft>svg,#moveRight>svg{width:30%;height:100%;stroke:burlywood;}#bigFrame{display:flex;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(155,155,155,.9);z-index:20;}#bigPicture{max-width:100%;max-height:100%;width:auto;height:auto;display:block;margin:auto;}#pictureGlass{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;cursor:zoom-out;}#story{width:80%;font-size:1.5em;justify-self:center;overflow-y:scroll;scrollbar-width:none;}