body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#app{align-items:center;background-color:#838282;display:flex;height:100vh;justify-content:center}#calculator{background-color:#000;border-radius:25px;box-shadow:2px 10px 16px #666;padding:20px;width:320px}#screen{margin-bottom:10px;margin-top:10px}#formulaScreen{color:#ff4500;font-size:18px;height:25px}#display,#formulaScreen{margin:0;text-align:right}#display{color:#fff;font-size:45px;font-weight:500;height:50px}button{background:#000;border:none;border-radius:10px;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:25px;height:65px;position:relative;width:80px}button:hover{background-color:#807e7e21}button:active{background-color:hsla(0,1%,50%,.274)}#clear,#zero{width:160px}#buttons{position:relative}#equals{background:#ff4500;bottom:0;font-size:20px;height:130px;position:absolute}#equals:hover{opacity:90%}#equals:active{opacity:80%}.operator{color:hsla(0,0%,100%,.384)}#clear,.operator{font-size:20px}
/*# sourceMappingURL=main.615190fd.css.map*/