:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:light){:root{--foreground-rgb:20,20,20;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Poppins,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;background-color:#fcf9e7;overflow:auto}#__next{align-self:top;justify-content:center;display:flex;align-items:center;margin-top:7vh}.NiceBox{text-align:center;display:flex;flex-direction:column;overflow:auto;justify-content:space-around;scrollbar-width:none;border-radius:5px;margin-top:2vh}.NiceCard{display:block;padding:1vh 1vw;margin:1vh 1vw}p h1 h2 h3 h4 h5{color:#222}.CarouselImage{height:62vh;width:100%;object-fit:cover}.ModalContainer{margin:8vh auto;border-radius:10px;padding:20px;height:fit-content;width:34vw;background-color:#eee8d5;text-align:center}.handwritten{font-family:Patrick Hand}.ModalContainerWithImageInnerBox{padding:12px 40px 40px;border-radius:10px;height:auto}.ModalContainerWithImage{margin:8vh auto;border-radius:10px;height:fit-content;width:100%;background-color:#e8f8f5;text-align:center}@keyframes slide-up{0%{top:0}to{top:-100%}}