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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000}.App{min-height:100vh;padding:10px;width:100%}.image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:10px}.image-item{cursor:pointer;height:250px;overflow:hidden;position:relative}.image-item img{height:100%;object-fit:cover;width:100%}.modal{align-items:center;background-color:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{max-height:90%;max-width:90%;position:relative}.modal-content img{max-height:90vh;max-width:100%;object-fit:contain}.close-button{color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:15px;top:10px}@media (max-width:768px){.image-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.image-item{height:200px}}
/*# sourceMappingURL=main.87f3120c.css.map*/