@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:#dde1e7}.container{width:70%;height:70%;background-color:#fff;box-shadow:10px 10px 10px -10px rgba(0,0,0,.2);border-radius:10px;overflow:hidden}.logo{height:60px;margin-bottom:30px}.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:#ff3d00;-webkit-animation:move 1s linear infinite;animation:move 1s linear infinite}.text-wrapper{width:100%;height:100%;border:none;font-size:20px}.image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.text-wrapper:focus{outline:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-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}.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.8dcb2907.chunk.css.map */