@import"https://fonts.googleapis.com/css2?family=Inter&display=swap";body,html{font-family:Inter;font-size:16px;height:100vh;background-color:#eef;overflow-x:hide}*{padding:0;margin:0}h1{text-transform:uppercase;text-align:center;margin:1rem}progress{display:none;width:12rem}.container{display:flex;justify-content:center;flex-direction:column;margin:auto;padding:.5rem;max-width:calc(100vw - 20%);min-height:calc(100vh - 5rem)}.input{display:flex;justify-content:center;gap:1rem;flex-direction:column;align-items:center}#files{width:12rem}.linkwrapper{display:flex;justify-content:space-between;padding:2rem;margin:1rem;border:2px black solid;border-radius:10px;align-items:center;gap:1rem}.linkwrapper img{width:100px}footer{display:flex;text-align:center;justify-content:center;align-items:center;background-color:#5151e3;min-height:4rem;color:#fff;text-shadow:1px 1px 20px rgba(0,0,0,.638)}.logo{height:100px}footer a{text-decoration:none;color:#ff4f4f}button{padding:.2rem}#downloadall{display:none}#dpi-number{padding:.25rem;width:fit-content;min-width:12rem}.input p{text-align:center}
