*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{min-height:100%;width:100%}.header{align-items:center;display:flex;justify-content:space-between;padding:1rem;width:100%}.logo{font-size:2.4rem}.navigation{display:inline-block}.ul{display:flex;gap:.6rem;list-style:none;padding:.2rem .6rem}.list{font-size:1.2rem;font-weight:700}.link{border-radius:.6rem;color:#000;padding:.2rem 1rem;text-decoration:none}.active{background-color:#dc14b1}.section{display:flex;flex-direction:column;gap:2rem;padding:2rem}.section-heading{margin-top:4rem}.desc{font-size:1.2rem}.calculator{background-color:#e6e4de;border:2px solid #000;gap:2rem;padding:1rem;width:-webkit-max-content;width:max-content}.calculator,.display{display:flex;flex-direction:column}.display{background-color:#2e2d2d;color:#fff;height:5rem;justify-content:center;overflow-x:scroll;overflow-y:hidden;scrollbar-color:#8f54a0 transparent;text-align:right;width:20rem}.display::-webkit-scrollbar{height:0;width:1px}.display::-webkit-scrollbar-track{background:transparent}.display::-webkit-scrollbar-thumb{background-color:#8f54a0;border:1px solid transparent;border-radius:1px}.calculation,.history{justify-self:center;padding:.4rem;vertical-align:middle;width:100%}.history{border-bottom:thin solid gray}.calculation{font-size:1.6rem}.keypad{grid-gap:.6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(4rem,1fr));width:20rem}.button{border:solid rgba(0,0,0,.3);border-radius:.5rem;border-width:1px 1px .4rem;display:inline-block;font-size:1.6rem;height:4.25rem}.button:active{border-bottom:1px solid rgba(0,0,0,.3);box-shadow:inset 0 0 .25rem #858484;-webkit-transform:translateY(.15rem);transform:translateY(.15rem)}.zero-btn{grid-column:1/span 2}.operation-btn{background-color:#fa6400}.section-calculator{display:grid;grid-template-columns:50% 50%}.section-quote{display:grid;height:25rem;place-items:center;text-align:center}.section-heading{font-size:2rem}
/*# sourceMappingURL=main.d6043cc8.css.map*/