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

.hero{
  min-height: 100vh;
  width: 100%;
  background-color: #FDF6C3;
  background-image: url(https://michaelwehar.wordpress.com/wp-content/uploads/2022/03/fortune.gif?w=1024);
  background-position: center;
  background-repeat:no-repeat;
  background-size: 70%;
  color: #fff;
  padding: 0 8%;
}