*,:after,:before{box-sizing:border-box}body{background-image:url(/static/media/bg.25e2dcc5c890add052ca.jpeg);background-size:cover;margin:0}.container{align-items:center;display:flex;height:650px;justify-content:center;width:100%}.containerBorder{background-color:#f0f8ff;border-radius:20px;height:100%;margin-top:25px;width:30%}@media screen and (max-width:900px){.containerBorder{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fill-available}}.calculator-grid{display:grid;grid-template-columns:repeat(4,6rem);grid-template-rows:minmax(7rem,auto) repeat(5,6rem);justify-content:center;margin-top:2rem}.span-two{grid-column:span 2}.output{word-wrap:break-word;align-items:flex-end;background-color:rgba(0,0,0,.4);border-radius:10px;display:flex;flex-direction:column;grid-column:1/-1;justify-content:space-around;padding:.75rem;word-break:break-all}.calculator-grid>button{background-color:hsla(0,0%,100%,.4);border:2px solid #fff;border-radius:10px;box-shadow:3px -3px 3px rgba(0,0,0,.174);cursor:pointer;font-size:2rem;margin:5px;outline:none}.calculator-grid>button:focus,.calculator-grid>button:hover{background-color:#93ada8;box-shadow:0 3px 0 rgba(0,0,0,.2);color:#f0f8ff}.output .previous-opperand{color:hsla(0,0%,100%,.75);font-size:1.5rem}.output .current-opperand{color:#fff;font-size:2.5rem}
/*# sourceMappingURL=main.e15b7a60.css.map*/