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{height:100vh;background-color:#f42319}#root{height:100%;display:flex;justify-content:center;align-items:center}.App{margin:auto;background-color:#f42319}.screen{background:#5d5454;color:#fff700;width:100%;height:110px;padding-left:20px;padding-right:20px;border-radius:5px;font-size:52px;display:flex;justify-content:flex-end;align-items:center;overflow:hidden}.board{width:400px;min-height:600px;padding:20px;background:#8e8585;border-radius:15px;display:flex;flex-wrap:wrap;justify-content:space-around}.button{border:none;background:#dcdcdc;border-radius:5px;margin:5px;width:90px;height:90px;display:flex;justify-content:center;align-items:center;color:#0b0b0b;font-size:36px;cursor:pointer;outline:none}.button:hover{background:#ff3c32}.specialKey{font-weight:700;background-color:#acacac}.calc{background:#ff3;width:190px}@media screen and (max-width:700px){.board{width:20em}.button{width:2.5em;height:80px}.calc{width:8.5em}}@media screen and (max-width:400px){.button{width:2.5em;height:80px}.calc{width:8.5em}}
/*# sourceMappingURL=main.010e56bb.chunk.css.map */