button, .btn {
  cursor:pointer;
  transition:0.3s;
}

button:hover, .btn:hover {
  transform:scale(1.05);
}
