*{
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}

.hero{
  min-height: 100vh;
  width:100%;
  background-color: #000;
  background-image: url(https://i.pinimg.com/originals/f9/21/a4/f921a4c043e049bf8646b19e472e5260.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  }
  
  h1 {
    font-size: 150px;
    text-align: center;
    }
    img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
