.link {
  color: #1470CC;
  transition: color 0.15s ease-in-out;
}
.link:active {
  color: #0f569e;
}
a:hover {
  text-decoration: none;
}
