@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";.wrapper{width:340px;height:540px;padding:10px;border-radius:10px;background-color:#485461;background-image:linear-gradient(315deg,#485461 0%,#28313b 74%)}.screen{height:100px;width:100%;margin-bottom:10px;padding:0 10px;background-color:#4357692d;border-radius:10px;display:flex;align-items:center;justify-content:flex-end;color:#fff;font-weight:700;box-sizing:border-box;font-size:xx-large}.buttonBox{width:100%;height:calc(100% - 110px);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);grid-gap:10px}button{border:none;background-color:#503cd1;font-size:24px;color:#fff;font-weight:700;cursor:pointer;border-radius:10px;outline:none}button:hover{background-color:#3d2bb8}.equals{grid-column:3 / 5;background-color:#f33d1d}.equals:hover{background-color:#e4270f}*{margin:0;padding:0;font-family:Montserrat,sans-serif}body{height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fbb034;background-image:linear-gradient(315deg,#9bd8cf 0%,#e0b77c 74%)}
