button {
    background-color: rgba(252, 236, 236, 0.954);
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

button:hover {
    background-color: rgb(151, 145, 144);
}