body {
  background-color: #000;
  color: #fff;
}

#mainContainer {
  width: 59%;
  margin: 0px auto;
  align-items: center;
}

#header {
  margin-bottom: 0px;
  color: #F9C397;
}

#header img {
  width: 100%;
  height: auto;
}

section {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to top, rgba(249,195,151,0), rgba(249,195,151,1))

}

footer {
  color: #F9C397;
  text-align: center;
}
