.btn:hover {
  transform: scale(1.3);
  transition: .2s ease-in-out 0s;
}

.btn-primary:hover {
  color: #ededed;
  background-color: #001a40;
  border-color: #fb8500;
}

.a {
  color: none;
  text-decoration: none;
}