button {
  background-color: grey;
  color: white;
}

button:focus {
  outline: none;
}
