.btn:hover {
  box-shadow: 0 0 10px black;
  transition: initial;
  transform: scale(1.1);
}

