.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.body {
  background-color: #161616;
}

.paragraph {
  padding-top: 40px;
  text-decoration: none;
}

.link {
  color: #c20777;
}

.link-2 {
  color: #c20777;
  text-decoration: none;
}

.link-3 {
  color: #c20777;
  text-decoration: none;
}

.image {
  margin-right: 10px;
  margin-left: 10px;
}

.image-2 {
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }
}