.jumbotron {
  padding-top: 6rem;
  background-color: #e2edff;
}

#projects {
  background-color: #e2edff;
}

section {
  padding-top: 5rem;
}

.nav-link.active {
  font-weight: bold;
  color: #fff;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
