.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.link-logo {
  width: 400px;
  margin-bottom: 40px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.button-mail {
  text-transform: uppercase;
  background-color: #fd6650;
  border-radius: 999px;
  margin-top: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 20px;
    line-height: 25px;
  }
}


