@font-face{font-family:"RobotoMono";src:url("../media/RobotoMono-Thin.288302ea.ttf")}*{font-family:"RobotoMono",monospace}body{display:flex;height:100vh;justify-content:center;align-items:center;text-align:center;color:#fff;background:-webkit-gradient(linear,left top,right top,from(#536976),to(#292e49));background:linear-gradient(90deg,#536976,#292e49)}.calculator{height:320px;width:235px;border-radius:5px;display:grid;grid-template-columns:repeat(4,25%);grid-template-rows:1fr 48px 48px 48px 48px 48px}:root{--bg--button:#f0f0f0;--border-button:solid 1px hsla(0,0%,53.3%,0.53)}.button{font-size:1.4em;background-color:#f0f0f0;background-color:var(--bg--button);border:none;border-right:1px solid hsla(0,0%,53.3%,.53);border-right:var(--border-button);border-bottom:1px solid hsla(0,0%,53.3%,.53);border-bottom:var(--border-button);outline:none;cursor:pointer}.button:active{background-color:#ccc}.button.double{grid-column:span 2}.button.triple{grid-column:span 3}.button.operation{background-color:#fa8231;color:#fff}.button.operation:active{background-color:rgba(250,130,49,.8)}.display{grid-column:span 4;background-color:rgba(0,0,0,.27);display:flex;justify-content:flex-end;align-items:center;padding:20px;font-size:2.1em;overflow:hidden}
/*# sourceMappingURL=main.87496bf7.chunk.css.map */