.project-link a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.project-link a:hover {
  color: #62c0ba !important;
  text-decoration: underline !important;
}

html {
  scroll-behavior: smooth;
}


