/* Custom styles here */
.hero {
  background: #343a40 center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
}
.hero p {
  font-size: 1.25rem;
}

