body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-image:linear-gradient(90deg,#5cadb0ed,#141470);display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:auto;justify-content:center;margin:100px auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.calculator{background-color:#0000008a;border:none;border-radius:20px;box-shadow:0 25px 25px #0000008a;max-width:600px;overflow:hidden;padding:50px}.outerdisplay{background-color:#7756bd;display:flex;text-align:left}.display,.outerdisplay{border:none;color:#fff;font-size:6rem;width:100%}.display{background-color:#cbb3f5;border-radius:5px;margin:25px;text-align:right}.keys{grid-gap:10px;background-color:#baa0cf;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);padding:25px}button{background-color:#6868b6;border:1px solid silver;border-radius:35px;color:#fff;cursor:pointer;font-size:4rem;font-weight:700;height:100px;width:100px}button:hover{background-color:#42428a}button:active{background-color:rgba(58,58,120,.932)}.button-operator{background-color:#ecb983}.button-operator:hover{background-color:#dd8322}.button-operator:active{background-color:#b0681c}@media screen and (max-width:724px){.calculator,.display{align-content:center;width:100%}.calculator{padding:20px;width:100%}.display{font-size:4rem}button{font-size:2.5rem;height:80px;width:80px}}
/*# sourceMappingURL=main.f7a9bf71.css.map*/