body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f4f4f4;color:#333;font-family:Arial,sans-serif;margin:0;padding:0}.header{align-items:center;background-color:#1a1a1a;color:#fff;display:flex;height:60px;justify-content:space-between;padding:10px;text-align:center}.header h1{color:#fff;font-size:1.8em;margin:0}@media only screen and (max-width:768px){.header .menu{display:flex}}.section{background-color:#fff;border-radius:12px;box-shadow:0 0 10px #0000001a;margin:20px auto;max-width:800px;padding:20px}h1{color:#333;font-size:2.5em}p{color:#555;line-height:1.6}.gallery{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:20px}.image-container{border-radius:5px;overflow:hidden;text-align:center}.image-container img{border-radius:12px;box-shadow:0 4px 12px #0003;display:block;height:auto;transition:transform .3s ease-in-out;width:100%}.image-container img:hover{transform:scale(1.05)}.footer{background-color:#333;border-top:2px solid #555;bottom:0;color:#fff;padding:5px;text-align:center}.footer,.modal-overlay{position:fixed;width:100%}.modal-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;top:0;z-index:1}.modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0003;max-height:100%;max-width:100%;overflow:auto;padding:30px;position:relative}.close-button{color:#888;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.modal-content img{border-radius:12px;height:auto;transition:transform .3s ease-in-out;width:100%}
/*# sourceMappingURL=main.e5e422d5.css.map*/