button {
    cursor: pointer;
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}