body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;background-color:#fff;display:flex;font-family:Arial,sans-serif;height:100vh;justify-content:center}.Calculator{border:1px solid #0e0d38;border-radius:10px;overflow:hidden;width:277px}.Display{word-wrap:inherit;background-color:#2c29d0;box-sizing:border-box;color:#fff;font-size:50px;height:auto;line-height:100px;margin:auto;min-height:120px;padding:10px;text-align:right;text-justify:distribute;width:100%;word-break:break-all}.ButtonPanel{display:flex;flex-direction:row}.OperatorPanel{display:flex;flex-direction:column;justify-content:end}.OperatorPanel>Button{flex-grow:1;padding:10px}.NumPad{display:grid;grid-template-columns:repeat(3,1fr)}.Button{background-color:#0e0d38;border:none;color:#ccc;cursor:pointer;font-size:50px;padding:0 20px;transition:background-color .3s}.Button:hover{background-color:#5f5757}span{display:inline-block;line-height:45px;vertical-align:middle}
/*# sourceMappingURL=main.f5ef025d.css.map*/