
button {
    padding: 8px;
    background-color: bisque;
    border: 1px solid lightgray;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background-color: burlywood;
}