.button {
font-size:24px;
color:black;
}

.button:hover {
cursor:pointer;
font-weight:bold;
font-style:italic;
background-color:lightgreen;
}