.body {
  background-color: #000;
}

.hero {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Rayanne-Nascimento.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  display: flex;
}

.image {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    display: none;
  }
}


