.pdfReader{max-width:700px;width:100%;background:transparent;display:flex;flex-direction:column;gap:25px;align-items:center}.navbar{max-width:700px;width:90vw;display:flex;justify-content:space-between;align-items:center}button,a{display:inline-block;border-radius:5px;padding:10px 15px;background:#4284f7;color:#fff;opacity:1;transition:.3s ease;cursor:pointer;font-size:16px;font-weight:500}button:hover,a:hover{opacity:.7}button:disabled{opacity:.3}.documentViewer{width:100%;min-height:300px;height:fit-content;display:flex;justify-content:center;align-items:center;font-size:20px}.documentViewer div{min-width:auto!important;min-height:auto!important;width:100%;background:transparent!important;display:flex;justify-content:center;align-items:center}.documentViewer canvas{width:100%!important;height:auto!important}@media screen and (max-width: 290px){.pdfReader{display:none}body{height:100vh;align-items:center}body:after{content:"Use a larger screen (greater than 300px) to view pdf!";text-align:center}}*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{width:100%;display:flex;justify-content:center;padding:40px 5%;background:#f3f8ff}button{border:none;outline:none}a{text-decoration:none}
