#creative {
  background-color: #ffbd0a;
}

#happy {
  background-color: #a6c437;
}

#nutritive {
  background-color: #f05a21;
}

#positive {
  background-color: #00c9c1;
}

#footer {
  background-image: url(../../assets/img/footer_bg_a.jpg);
}

section#contact {
  background-color: #73a766;
  background-repeat: no-repeat;
  background-position: 50%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

