.button{border-radius:5px;width:50px;height:37px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:border-color .3s,box-shadow .3s;cursor:pointer;outline:none;margin-left:10px}.button-light{background:#fff;border:3px solid black;color:#000}.button-dark{background:#232329;border:3px solid #232329;color:#e3e3e8}.save-button{width:105px}.save-button-light{background:#000;border:3px solid #232329;color:#fff}.save-button-dark{background:#232329;border:3px solid #232329;color:#e3e3e8}
