body {
  color: #333;
  background-color: #ffe551;
  background-image: url('../images/LOL_Bkgnd2x.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

._w-h1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #000;
  padding-top: 60px;
}

.popupform {
  padding-bottom: 20px;
  padding-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.jtl_button {
  background-color: #000;
  border-radius: 5px;
  font-family: Inconsolata, monospace;
}

.jtl_button:hover {
  color: #ffe551;
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: flex-start;
    padding-left: 0;
  }

  .wrapper-title {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}


