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}body,html{overflow:hidden}#root{justify-content:center;align-items:center}#root,.Calc-app{height:100%;display:flex}.Calc-app{width:100%;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.Calc-display{width:100vw;height:20vh;background:#fff;padding:0 30px;display:flex;flex-direction:column;align-items:flex-end;color:#004d66;font-family:Arial,Helvetica,sans-serif;overflow:hidden;text-align:right}.Calc-expression{width:100%;height:70%;font-size:3rem;align-content:center}.Calc-result{width:100%;height:30%;font-size:1.5rem}.Calc-keys{width:100vw}.Calc-keypad,.Calc-keys{height:80vh;display:flex}.Calc-keypad{width:75%;flex-wrap:wrap}.Calc-keypad button{background:#09c}.Calc-keypad .Calc-key{flex:1 0 32%}.Calc-operators{width:25%;height:80vh;display:flex;flex-direction:column}.Calc-operators button{background:#f39}.Calc-operators .Calc-key{width:100%;flex:1 0 auto}.Calc-key{border:none;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:32px;padding:0}.Calc-key:active{background:#789}.Calc-key:focus{outline:none}@media only screen and (min-width:992px){body,html{background-image:linear-gradient(to bottom right,#3cf,#f9c);height:100vh}.Calc-app{width:400px;height:500px}.Calc-display{width:100%;height:25%;font-size:75px}.Calc-keys{width:100%;height:75%;display:flex;align-items:stretch}.Calc-keypad{width:75%;height:100%}.Calc-keypad .Calc-key{width:32%}.Calc-operators{width:25%;height:100%}.Calc-operators .Calc-key{width:100%;flex:1 0}}
/*# sourceMappingURL=main.7362856b.chunk.css.map */