.navbar-light .navbar-nav .nav-link {
  color: black;
  font-size: 15px;
}

body {
  padding-top: 80px;
}

.Product {
  padding-top: 70px;
  text-align: center;
  margin-bottom: 10px;
}

.Product h1 {
  font-size: 46px;
  font-weight: bold;
}

.Product h2 {
  font-size: 25px;
}

.Product .links {
  font-size: 18px;
  margin-bottom: 60px;
}

.Product.WebDev {
  background-color: #f9f9f9;
}

.Product.KidsProgram {
  background-color: #f2f2f2;
}

