    body {
      margin: 0;
      height: 100%;
      background-color: #4e6d31;
    }
    body > div {
      height: 100%;
    }
    html {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      height: 100%;
    }
    trivia-game {
      display: block;
      height: 100%;
    }
    .fp-f {
      bottom: 0;
      height: auto;
      left: 0;
      position: fixed !important;
      right: 0;
      top: 0;
      width: auto;
      z-index: 127;
    }
    .fp-h:not(.fp-nh):not(.goog-modalpopup-bg):not(.goog-modalpopup) {
      display: none !important;
    }
    .fp-zh.fp-h:not(.fp-nh):not(.goog-modalpopup-bg):not(.goog-modalpopup) {
      display: block !important;
      height: 0;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .fp-i .fp-c {
      display: block;
      min-height: 100vh;
    }
    li.fp-c {
      list-style: none;
    }
    .fp-w {
      box-sizing: border-box;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 1217px;
      right: 0;
    }