@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);#calculator{background-color:#000;border:2px solid #4d4d4d;height:400px;padding:5px;position:absolute;width:350px}#calculator #screen{font-size:2rem;height:65px;text-align:right;vertical-align:bottom;width:100%}#calculator #screen #display,#calculator #screen #operation{height:32.5px;width:100%}#calculator #screen #operation{color:#ff0;font-size:1rem;line-height:25px;vertical-align:middle}#calculator #buttons{height:321px;width:100%}#calculator #buttons,#num-pad{display:flex;flex-direction:row;flex-wrap:wrap}#num-pad{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:134px;width:75%}#num-pad .number{background-color:#4d4d4d;border:.5px solid #000;cursor:pointer;font-size:1.5rem;height:64.2px;width:84px}#num-pad #zero{width:168px}#num-pad .number:hover{opacity:.8}#sym-pad-1{display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:75%}#sym-pad-2{display:flex;flex-direction:column;height:100%;width:25%}.symbol{background-color:#666;border:.5px solid #000;cursor:pointer;font-size:1.5rem;height:64.2px;width:84px}.symbol:hover{opacity:.8}#clear{background-color:#ac3939;width:168px}#equals{background-color:#146;height:128.4px}@font-face{font-family:Digital;src:url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot);src:url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix) format("embedded-opentype"),url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2) format("woff2"),url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff) format("woff"),url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf) format("truetype"),url(//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#Digital-7) format("svg")}*{border:none;box-sizing:border-box;color:#fff;font-family:Digital,sans-serif;margin:0;padding:0}#root{align-items:center;background-color:#c2c2d6;display:flex;height:100vh;justify-content:center;width:100%}
/*# sourceMappingURL=main.39d7a5c2.css.map*/