.jumbotron {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
}

.jumbotron h1 {
  font-weight: 700;
}

.jumbotron p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.card {
  height: 100%;
}

.card-title {
  font-weight: 600;
}

.card-text {
  margin-bottom: 20px;
}

.card i {
  color: #007bff;
}

.bg-dark {
  background-color: #343a40;
}

.bg-dark h2 {
  color: #fff;
  font-weight: 700;
}