@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);.wrapper{width:340px;height:600px;padding:10px;background-color:#485461;background-image:linear-gradient(315deg,#485461,#28313b 74%)}.screen,.wrapper{border-radius:10px}.screen{height:60px;width:100%;margin-bottom:10px;padding:0 10px;background-color:rgba(67,87,105,.17647058823529413);display:flex;align-items:center;justify-content:flex-end;color:#fff;font-weight:700;box-sizing:border-box}.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:4/5;background-color:#f33d1d}.equals:hover{background-color:#e4270f}.clear{grid-column:4/4;background-color:#f33d1d;border:none;font-size:24px;color:#fff;font-weight:700;cursor:pointer;border-radius:10px;outline:none}.clear:hover{background-color:#e4270f}.start{grid-column:1/4;background-color:#f33d1d;border:none;font-size:24px;font-weight:700;cursor:pointer;border-radius:10px;outline:none}.start: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:#a9a9a9}
/*# sourceMappingURL=main.e6208ade.chunk.css.map */