:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;--white: white;--light-gray: #f0f0f0;--dark-gray: #6c6c6c;--black: #1e1e1e;--yellow: #f99c14;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#app{height:100vh;display:flex;align-items:center;justify-content:center}body{background:#c2c2d6;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;display:flex;justify-content:center;align-items:center;height:100dvh}.calculator{border:2px solid #47476b;padding:5px;background:black;width:320px;position:relative}.formulaScreen{min-height:20px;font-family:digital;font-size:20px;color:orange;text-align:right;vertical-align:text-top;line-height:20px;overflow-wrap:break-word;word-wrap:break-word}.outputScreen{font-size:29px;font-family:digital;color:#fff;text-align:right;line-height:35px}button{position:relative;height:65px;width:80px;color:#fff;outline:1px solid black;border:none;background:#4d4d4d;font-family:Share Tech Mono,monospace;font-size:20px;cursor:default}button:hover{color:#000;outline:.05em solid grey;z-index:3}.jumbo{width:160px;background-color:#ac3939}#answer{font-size:48px;height:48px}#expression{font-size:30px;height:60px;margin:10px 0;color:var(--dark-gray)}#equals{width:160px;background-color:#f99c14}.operater{background-color:#f99d147a}
