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;display:flex;height:100vh;justify-content:center;min-height:500px;text-align:center}#calculator,.App{background-color:#000}#calculator{border:2px solid #fff;border-radius:5px;display:grid;grid-template-areas:"a a a" "b b c" "b b c" "b b c" "d d d";height:35%;padding:10px 5px 5px;width:50%}#display{align-items:flex-end;background-color:grey;border-radius:7px;color:#e7e7e4;display:flex;flex-direction:column;font-size:34px;font-weight:700;grid-area:a;justify-content:space-evenly;margin:0 5px 5px;padding-right:10px}.button{border:1px solid #000;border-radius:2px;margin:5px}#numbers{display:grid;grid-area:b;grid-template-columns:repeat(3,1fr)}#numbers button{background-color:green;color:wheat;font-size:24px;font-weight:700}#operators{display:grid;grid-area:c;grid-template-rows:repeat(4,1fr)}#operators button{background-color:navy;color:wheat;font-size:24px;font-weight:700}#finish{display:grid;grid-area:d;grid-template-columns:repeat(2,1fr)}#finish button{background-color:#640000;color:#deb887;font-size:24px;font-weight:700}@media (max-height:700px){#calculator{height:50%}}
/*# sourceMappingURL=main.fd1fb195.css.map*/