*{box-sizing:border-box;list-style-type:none;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e9e9e9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;width:100vw}.App,body{align-items:center;display:flex;justify-content:center}.App{flex-direction:column;gap:50px;height:auto;max-width:700px}.calculator{background:#d3d3d3;box-shadow:0 3px 8px 5px #c9c9c9}.big-bar{align-items:center;background:gray;color:#fff;display:flex;font-size:20px;height:50px;justify-content:flex-end;padding-right:5px;width:100%}.calc,.nums{display:flex;gap:2px}.nums{width:210px}.nums ul{display:flex;flex-direction:column;gap:2px;width:50%}.zero{width:203%}.nums ul li{align-items:center;background:#fff;cursor:pointer;display:flex;height:50px;justify-content:center}.nums ul .list:active{opacity:.5}.ops{height:100%;width:70px}.ops ul{display:flex;flex-direction:column;gap:2px}.ops ul li{align-items:center;background:orange;cursor:pointer;display:flex;height:50px;justify-content:center;width:100%}.ops ul li:active{opacity:.5}button{background:none;border:none;height:100%;width:100%}
/*# sourceMappingURL=main.a7b12ef8.css.map*/