button{
    background:#ff0000;
    color:white;
    border:none;
    padding:12px 20px;
    cursor:pointer;
}

button:hover{
    opacity:.9;
}