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;height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}#root,body,html{height:100%}html{background-color:#333}.App,html{box-sizing:border-box}.App{text-align:center;height:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px}.App-wrapper{height:100%;width:100%;box-sizing:border-box}#equation-input{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;resize:none;background-color:transparent;border:3px solid #ddd;color:#ddd;border-radius:5px}#equation-input,#result{width:100%;max-width:450px;height:100px;text-align:center;margin:10px;font-size:20px;padding:3px;box-sizing:border-box}#result{display:flex;border:0;border-radius:5px;justify-content:center;position:relative}#result,#result.gray{background-color:#666;color:#fff}#result.gray{fill:#fff!important}#result.white{background-color:#fff;color:#111;fill:#111!important}#result.black{background-color:#000;color:#fff;fill:#fff!important}#result.blue{background-color:#eee;color:#0176dc;fill:#0176dc!important}.control-overflow{width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.row{display:flex;flex-direction:row}.picker{display:block;position:relative;height:20px;width:20px;border-radius:8px;border:2px solid #ddd;margin:5px;cursor:pointer}.picker .color-display{left:2px;top:2px;height:16px;width:16px;border-radius:5px;position:absolute}.picker .color-display.grey{background-color:#666}.picker .color-display.white{background-color:#eee}.picker .color-display.black{background-color:#000}.picker .color-display.blue{background-color:#0176dc}#download{fill:#ddd;cursor:pointer;background:none;border:none}.row.space-between{justify-content:space-between;width:100%;max-width:450px}footer{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-weight:400;color:#ccc;height:10%;width:100%;text-align:center}footer a{font-weight:700;color:#0094ff;text-decoration:none}
/*# sourceMappingURL=main.942ad83f.chunk.css.map */