@import url(https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Zilla Slab",serif}.App{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100vw;height:100vh;background-color:#200a2f}.container{width:70%;height:70%;background-color:#190b22;box-shadow:10px 10px 10px -10px rgba(0,0,0,.2);border-radius:10px;overflow:hidden}.title{height:60px;margin-bottom:30px;color:#f1f1f1;font-family:"Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS",sans-serif}.loader{position:relative;width:100%;height:1%;background-color:#ffccbc}@-webkit-keyframes move{0%{left:0}to{left:100%}}@keyframes move{0%{left:0}to{left:100%}}.loader:before{position:absolute;content:"";width:30%;height:100%;background-color:#a72903;-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite}.text-wrapper{width:100%;height:100%;border:none;font-size:20px;color:#ccc9c9;background-color:#1b0530}.image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.loading{width:100px;height:100px}.text-wrapper:focus{outline:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#4d3131}::-webkit-scrollbar-thumb{background:#888;border-radius:27px}::-webkit-scrollbar-thumb:hover{background:#555}.custom-file-input{outline:none}.custom-file-input::-webkit-file-upload-button{visibility:hidden}.footer-text{color:#f1f1f1;font-family:"Franklin Gothic Medium","Arial Narrow",Arial,sans-serif}.footer-text a{text-decoration:none;color:#e6dada}.footer-text a :hover{text-decoration:none;color:#696060}.custom-file-input:before{content:"Upload Your Image";display:inline-block;background:#fff;border:1px solid #999;border-radius:3px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;padding:20px 50px;border-radius:27px}.custom-file-input:hover:before{border-color:#000}@media (max-width:670px){.custom-file-input{content:"Upload Your Image";display:inline-block;background:#fff;border-radius:3px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;padding:20px 50px;margin-left:28px;border-radius:27px}}
/*# sourceMappingURL=main.039b3523.chunk.css.map */