button {
  background-color: #3f51b5;
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
} 

button a {
  color: white !important; 
}