*{box-sizing:border-box}.indexList{list-style-type:none;font-size:25px;font-weight:700;text-decoration:none;display:flex;flex-direction:column;gap:15px}.indexList a{text-decoration:none;color:#000}.indexList a:hover{text-decoration:underline;color:gray}.indexLink{font-size:35px;margin-left:30px;text-decoration:none;color:#000}.indexLink:hover{color:gray}.gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;max-width:100%;row-gap:24px;column-gap:24px;padding-inline-start:0;list-style-type:none;padding:20px 100px}.gallery-image{width:100%;height:100%;display:block;margin:0}.gallery-image:hover{transform:scale(1.05)}.container{display:flex;justify-content:center;align-items:center}.feedback-form{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;width:300px}form label{display:flex;flex-direction:column;gap:8px;width:100%;color:#2e2f42}.inputGroup{border:1px solid #808080;border-radius:4px;outline:none}#email{width:100%;height:30px}.btnSubmit{width:80px;height:40px;background-color:#4e75ff;color:#fff;border:none;border-radius:8px}.btnSubmit:hover{background-color:#6c8cff}
