@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;0,700;1,400&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:Roboto,sans-serif}.container{min-height:100vh}.container,.heading-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.heading-content{gap:1rem;margin:.3rem;padding:1rem}.heading{color:rgba(9,9,9,.75);font-weight:700}p{color:rgba(9,9,9,.589);font-weight:400;text-align:center}.screen{word-wrap:break-word;align-items:flex-end;background:rgba(36,36,36,.75);border:1px solid #fff;border-radius:1.5%;display:flex;flex-direction:column;flex-wrap:wrap;font-size:2rem;justify-content:flex-end;max-height:7rem;max-width:300px;min-height:6rem;padding:1.5rem;word-break:break-all}.screen,.screen>span{color:hsla(0,26%,95%,.913)}.screen>span{font-size:1rem}.calculator{align-content:center;border-radius:1%;box-shadow:2px 2px 2px 2px rgba(0,0,0,.032);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.keypad{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:minmax(4rem,auto) repeat(3,4rem)}.keypad>button{background:#e6e6fa}.keypad>button:hover{background:#fff0f5}.operator{align-items:center;display:flex;flex-direction:row;justify-content:center}.operator>button{background:#ffbc40;flex:1 1;font-size:1rem;padding:1.5rem}.operator>button:hover{background:#ffdb73}button{border:1px solid #fff;border-radius:5%;box-shadow:2px 2px 10px #8a8a8a;cursor:pointer;font-size:1.3rem;outline:none;-webkit-transform:scale(.9);transform:scale(.9)}
/*# sourceMappingURL=main.8935ced1.css.map*/