.Index_container__JA0Ks{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:#f4a261}.Index_welcomeSection__NU9Wp{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;margin-bottom:40px;width:100%;max-width:800px;box-sizing:border-box}.Index_welcomeTitle__iPNr5{font-size:2.5rem;color:#264653;margin-bottom:10px;font-family:Dancing Script,cursive}.Index_welcomeMessage__d70uU{font-size:1.2rem;color:#333}.Index_imagesSection__YBYo9{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:800px;width:100%}.Index_imageContainer__gC19o{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center;overflow:hidden;padding:10px;border:5px solid #fff}.Index_imageLink__EGSmf{display:block}.Index_image__E_0GA{width:100%;height:300px;object-fit:cover;transition:box-shadow .3s,transform .3s}.Index_imageCaption__U1yXK{padding:10px;color:#264653;font-weight:700}.Index_imageContainer__gC19o:hover .Index_image__E_0GA{box-shadow:0 0 80px #add8e6;transform:scale(1.05)}