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:rgba(0,0,0,.938)}.calc-wrapper{width:100vw;height:100vh}.row{display:flex;width:100%}.button{display:flex;height:6em;flex:1 1;justify-content:center;align-items:center;font-size:1em;font-weight:lighter;background-color:#01172f;color:#888;outline:1px solid #6495ed;cursor:pointer;transition:.3s linear}.button:hover{background-color:rgba(1,23,47,.795);scale:.9}.operator:hover{background-color:rgba(41,112,69,.699);scale:.8}.operator{background-color:#297045;color:#fff}.clear-btn{display:flex;height:7em;flex:1 1;justify-content:center;align-items:center;background-color:#008b8b;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;cursor:pointer;transition:.3s linear;border-radius:4px}.clear-btn:hover{background-color:rgba(0,139,139,.315)}.input{display:flex;height:4em;flex:1 1;background-color:#000;outline:1px solid #888;color:#fff;justify-content:flex-end;padding:.5em;font-weight:500;font-size:1.4em;align-items:center}
/*# sourceMappingURL=main.c95c085f.chunk.css.map */