@font-face {
      font-family: 'baloo 2';
      font-style: normal;
      font-weight: 800;
      font-display: swap;
      src: url(baloo2.woff) format('woff');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    .fullscreen {
      position: absolute;
      width: 100%;
      height: 100%
    }

    .center {
      text-align: center
    }

    .centered {
      margin-left: auto;
      margin-right: auto;
      display: block;
      text-align: center
    }

    #play_overlay {
      display: none;
      z-index: 10
    }

    .middle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%)
    }

    .middle_vertical {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%)
    }

    .edge {
      margin-left: auto;
      margin-right: auto;
      width: 164px;
      height: 180px;
      background-color: #cfdaed;
      box-shadow: 5px 1px 5px rgba(0, 0, 0, .25);
      transform: rotate(-5deg)
    }

    .box {
      width: 164px;
      height: 164px;
      background-color: #fff;
      position: relative
    }

    .black {
      width: 132px;
      height: 156px;
      background-color: #000;
      position: absolute;
      top: 4px;
      right: 4px;
      margin: 0 auto
    }

    .cover {
      width: 128px;
      height: 128px;
      margin: 2px
    }

    .title {
      font-size: 14px;
      font-family: 'baloo 2', ubuntu, verdana, sans-serif
    }

    .author {
      font-family: 'baloo 2', ubuntu, verdana, sans-serif;
      border-spacing: 0;
      font-size: 14px;
      color: #ccc;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      width: 150px;
      top: 4px;
      right: 142px;
      transform-origin: right top;
      transform: rotate(-90deg)
    }

    .loading {
      margin-top: 20px;
      margin-bottom: 10px
    }

    .description {
      font-family: 'baloo 2', ubuntu, verdana, sans-serif;
      display: inline-block;
      font-size: 16px;
      line-height: 1.2em;
      width: 240px
    }

    .button {
      display: inline-block;
      border: 2px solid #00a2ff;
      border-radius: 7px;
      width: 133px;
      height: 43px;
      font-size: 16px;
      line-height: 43px;
      margin: 0 auto
    }

    .overlay_button {
      display: inline-block;
      border: 2px solid #000;
      border-radius: 12px;
      width: 200px;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      margin: 11px
    }

    #play_button {
      color: #333;
      background-color: #eee
    }

    .emscripten_border {
      position: relative
    }

    #gradient {
      background-image: linear-gradient(135deg, #70e1fd, #00a2ff);
      position: absolute;
      top: 0;
      width: 100%;
      height: 768px
    }

    * {
      margin: 0;
      padding: 0
    }

    p,
    ul,
    ol,
    dl {
      margin-bottom: 1em
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol,
    dl {
      margin-left: 16px;
      margin-right: 16px
    }

    img {
      vertical-align: top
    }

    html,
    body {
      font-family: 'baloo 2', ubuntu, verdana, sans-serif;
      font-size: 18px;
      color: #bbb;
      padding: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      border: 0;
      line-height: 1.8;
      overflow: hidden;
      display: block
    }

    canvas {
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: auto;
      margin-bottom: auto;
      position: relative;
      width: 1024px;
      height: 768px
    }

    div.emscripten {
      text-align: center
    }

    canvas.emscripten {
      border: 0;
      background-color: #000
    }

    #status {
      display: inline-block;
      width: 100%;
      font-weight: 700;
      color: #787878;
      text-align: center
    }

    #modal_parent {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: #000;
      background-color: rgba(0, 0, 0, .4)
    }

    .modal_inner {
      display: none
    }

    #play_content {
      color: #fff;
      z-index: 10
    }

    #modal_content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      box-sizing: border-box
    }

    .error_message {
      color: red
    }

    .error_text {
      color: red;
      font-family: sans-serif;
      font-size: .8em
    }

    #modal_close_button {
      color: #aaa;
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 28px;
      line-height: 28px;
      font-weight: 700;
      transition: .2s
    }

    #modal_close_button:hover,
    #modal_close_button:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer
    }

    a:link {
      color: #00b9fe;
      text-decoration: none;
      transition: .2s
    }

    a:visited {
      color: #00b9fe
    }

    a:hover,
    a:active {
      opacity: .5
    }

    .link_image_button {
      margin-right: 10px
    }

    .playstore075 {
      width: 153px;
      height: 45px
    }

    .appstore075 {
      width: 135px;
      height: 45px
    }

    #progress_or_play {
      margin-top: 10px
    }

    #terms_p {
      font-family: sans-serif;
      color: #141414;
      font-size: .7em;
      margin-bottom: 0
    }

    #terms_p a {
      color: #f0f0f0
    }

    .deeplink_message {
      font-size: 1em;
      color: #f0f0f0;
      line-height: 1.1em;
      font-size: 20px
    }

    .menu {
      color: #f0f0f0
    }

    .level_button {
      border: 2px solid #222;
      border-radius: 1em;
      color: #f0f0f0;
      background-color: #00a2ff;
      line-height: 1em;
      height: 2.5em;
      width: 5em;
      justify-self: center;
      position: relative;
      padding-top: .6em
    }

    .grid_element_center {
      justify-self: center
    }

    .level_button_name {
      font-size: .6em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
    }

    .level_button_number {
      font-size: 1.2em
    }

    .level_button:hover {
      background-color: #00c2ff
    }

    .level_checkmark {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      padding: 0;
      text-align: right;
      font-size: 1.2em;
      line-height: 1.2em
    }

    .level_button a {
      color: #f0f0f0;
      opacity: 1
    }

    .menu_items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-bottom: 20px
    }

    .menu_header {
      font-size: 3em;
      margin-top: 40px
    }

    #webview_content {
      display: none;
      background-color: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 768px
    }

    .webview {
      width: 100%;
      height: 100%;
      background: 0 0;
      margin: 0;
      border: 0;
      overflow: hidden
    }

    
.gameIconImage {
  position: absolute;
  border-radius: 30%;
  top: 375px;
  left: 180px;
  width: 225px;
  height: 100px;
}

.gameIconImage:hover {
  position: absolute;
  border-radius: 30%;
  top: 375px;
  left: 180px;
  width: 225px;
  height: 100px;
  opacity: 0.75;
}

.gameIconImageOther {
  position: absolute;
  border-radius: 30%;
  top: 375px;
  right: 160px;
  width: 225px;
  height: 100px;
}

.gameIconImageOther:hover {
  position: absolute;
  border-radius: 30%;
  top: 375px;
  right: 160px;
  width: 225px;
  height: 100px;
  opacity: 0.75;
}

.returnToGamePage {
  position: absolute;
  top: 200px;
  left: 160px;
  font-size: 2rem;
  font-weight: 1000;
  text-align: center;
  z-index: 2;
  color: #000;
}

.returnToGamePage:hover {
  position: absolute;
  top: 200px;
  left: 160px;
  font-size: 2.1rem;
  font-weight: 1000;
  text-align: center;
  color: goldenrod;
  opacity: 1;
    z-index: 2;

}

.returnToGamePageOther {
  position: absolute;
  top: 500px;
  right: 160px;
  font-size: 2.5rem;
  font-weight: 1000;
  text-align: center;
}

.returnToGamePageOther:hover {
  position: absolute;
  top: 500px;
  right: 160px;
  font-size: 2.6rem;
  font-weight: 1000;
  text-align: center;
  color: violet;
}

#returnToPageDiv {
  background-color: goldenrod;
  z-index: 100;
}