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}.App{text-align:center}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:2rem}.profile-section{margin:2rem 0;max-width:600px}.profile-image{border:3px solid #61dafb;border-radius:50%;margin-bottom:1rem}.profile-bio{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.content-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1200px;padding:1rem;width:100%}.content-item{background-color:#ffffff1a;border-radius:10px;padding:2rem;transition:transform .3s ease}.content-item:hover{transform:translateY(-5px)}.content-item h3{color:#61dafb;margin-bottom:1rem}.cta-button{background-color:#61dafb;border:none;border-radius:5px;color:#282c34;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease}.cta-button:hover{background-color:#4fa8d3}.modal-overlay{align-items:flex-start;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{border-radius:8px;margin:1rem auto;max-width:500px;padding:2rem;position:relative;width:90%}.order-form{display:flex;flex-direction:column;gap:1rem}.dots:after{animation:dotAnimation 2s infinite;content:""}@keyframes dotAnimation{0%{content:"."}25%{content:".."}75%{content:"..."}to{content:"."}}.modal-content img{border:1px solid #495057;border-radius:8px}.form-select option{background-color:#212529;color:#fff}@media (max-height:800px){.modal-overlay{align-items:flex-start}.modal-content{margin:1rem auto}}.carousel-item img{border-radius:8px;max-height:70vh;object-fit:contain}.carousel-control-next,.carousel-control-prev{background:none;border:none;cursor:pointer}.carousel-control-next:hover,.carousel-control-prev:hover{opacity:.8}
/*# sourceMappingURL=main.ec7760db.css.map*/