@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);:root{--primary:#30e3ca;--secondary:#40514e;--error:#f85959}body{font-family:"Noto Serif";color:#40514e;color:var(--secondary)}.App{max-width:960px;margin:0 auto}.title h1{font-family:"Lobster",sans-serif;color:#30e3ca;color:var(--primary);font-size:1.2rem;letter-spacing:2px;font-weight:400}.title h2,.title p{text-align:center}.title h2{margin-top:60px;font-size:2.6rem}form{margin:30px auto 10px;text-align:center}label input{height:0;width:0;opacity:0}label{display:block;width:30px;height:30px;border:1px solid #30e3ca;border:1px solid var(--primary);border-radius:50%;margin:10px auto;line-height:30px;color:#30e3ca;color:var(--primary);font-weight:700;font-size:24px;cursor:pointer}label:hover{background:#30e3ca;background:var(--primary);color:#fff}.output{height:60px;font-size:.8rem}.error{color:#f85959;color:var(--error)}.progress-bar{height:5px;background:#30e3ca;background:var(--primary);margin-top:20px}.img-grid{margin:20px auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px}.img-wrap{overflow:hidden;height:0;padding:50% 0;opacity:.8;display:flex;justify-content:center;align-items:center}.img-wrap img{min-width:100%;min-height:100%;max-width:150%}.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.selectImg{display:block;max-width:60%;max-height:80%;margin:20vh auto;box-shadow:3px 5px 7px rgba(0,0,0,.5)}.imgOptions{position:absolute;right:0;margin:10px 10px 10px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;align-items:center}.delete,.download{margin:20px}.delete img,.download img{width:2rem;cursor:pointer}
/*# sourceMappingURL=main.133c5057.chunk.css.map */