@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
  font-family: 'Outfit';
}

.nav-link:hover {
  color: #ffc700 !important;
}

#hero {
  background-image: url('../images/hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero h1 {
  padding-top: 80px;
}

#disclaimer,
#play-now,
#features,
#about,
#reviews {
  padding: 80px 0;
}

#play-now iframe {
  width: 100%;
  height: 600px;
}

footer {
  padding: 20px 0;
}