*{margin:0;padding:0;box-sizing:border-box}body{background-color:#f1a8b4;display:grid;place-content:center;height:100vh;width:100vw;overflow:hidden;font-family:"poppins",sans-serif}body .container{display:grid;place-content:center;background-color:pink;border-radius:20px;width:480px;height:480px;text-align:center}@media(max-width: 515px){body .container{width:100vw;height:100vh}}body .container__box{border-radius:20px;width:400px;height:400px;overflow-x:hidden;overflow-y:scroll;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;border:8px solid #fc879b}@media(max-width: 515px){body .container__box{width:340px;height:340px}}body .container__box::-webkit-scrollbar{display:none}body .container__box__img{scroll-snap-align:start;width:400px;height:400px}@media(max-width: 515px){body .container__box__img{width:340px;height:340px}}body .container__text{margin-top:10px}/*# sourceMappingURL=style.css.map */