@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box}body{background-color:#c2c2d6;min-height:100vh;font-family:"Roboto",sans-serif;display:flex;align-items:center;justify-content:center}.calculator{border-radius:15px;box-shadow:2px 2px 5px rgba(0,0,0,.5);padding:13px;background:#000;width:250px}button{background-color:#3c6382;color:#fff;border-radius:50%;font-size:23px;border-style:none;cursor:pointer;margin:3px;width:50px;height:50px}button.ac-h{border-radius:50px;background-color:#2f3640;width:106px}button.opra{background-color:red}button.dot{background-color:orange}button:active{-webkit-transform:scale(.94);transform:scale(.94)}button:focus{outline:none}button:hover{background-color:#485460}button.opra:hover{background-color:#ff4500}button.dot:hover{background-color:#f79f1f}.display{color:#fff;text-align:right;font-size:35px;padding:10px;width:100%}
/*# sourceMappingURL=main.218e9384.chunk.css.map */