sl-button::part(base) {
    font-size: 1.5rem;
    background-color: #018356
}

sl-button::part(base):hover {
    background-color: #0CA36E;
}
