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

div,
li,
button {
  font-family: 'Orbitron', sans-serif;
}

.li_logo {
  display: none;
}
.enable-button {
  background: #ffffff;
  color: #f06292;
  font-size: 24px;
  padding: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.li_splash {
  height: 50%;
  overflow: hidden;
  position: relative;
}
.splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.li_payoff {
  display: none;
}
.li_description {
  color: #ffffff;
  margin: 40px;
  font-size: 32px;
  font-family: 'Orbitron', sans-serif;
}
.landing {
  background: #f06292;
}
