a.link.animate-arrow {
  display: inline-block;
  background-color: #1878b9;
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

a.link.animate-arrow:hover {
  background-color: #145f94;
}
