.img-fluid {
  border: 2px solid #ddd;
  border-radius: 15px;
}

.img-link:hover {
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
}

.project-name a {
    color: navy;
}

.project-code a {
  color: navy;
}

.project-name a:hover {
  color: white;
  text-decoration: underline;
}

.project-code a:hover {
  color: white;
  text-decoration: underline;
}