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}.App{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#efefef;flex-direction:column}.calculator-wrapper{width:350px;padding:30px;border-radius:10px;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);margin:0}.row{display:flex;width:100%}.button-wrapper{height:4em;display:flex;justify-content:center;align-items:center;font-weight:lighter;font-size:1.4em;margin:5px;color:#000;flex:1 1}.button-wrapper:hover{cursor:pointer}.operator{background-color:#007bff;color:#fff;border-radius:5px}.operator:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);cursor:pointer}.input{height:2em;justify-content:flex-end;font-weight:700;color:#000;padding:.5em;border:1px solid #efefef;border-radius:5px;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);margin:20px 0}.clr-btn,.input{display:flex;align-items:center;font-size:1.4em;background-color:#fff}.clr-btn{height:4em;width:4em;justify-content:center;font-weight:lighter;color:#007bff;flex:1 1;border:1px solid#007bff;margin:6px;border-radius:6px}.clr-btn:hover{cursor:pointer}
/*# sourceMappingURL=main.831706ce.chunk.css.map */