button{
   color: red;
   background-color: black;
}
button:hover{
    color: yellow;
    background-color: salmon;
}