.game-logo {
    height: 25vmin;
    width: 100%;
    background: url('../assets/logo.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .feature-title {
    text-align: center;
    font-family: Impact, sans-serif;
    font-size: 6vmin;
    background: -webkit-linear-gradient(#fdd923, #fdb91a, #cd7d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .jetsetter {
    height: 40vmin;
    width: 60%;
    background: url('../assets/rules/Infoscreen_02.jpg') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .frequentflyer {
    height: 40vmin;
    width: 60%;
    background: url('../assets/rules/Infoscreen_03.jpg') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .finalcall {
    height: 40vmin;
    width: 60%;
    background: url('../assets/rules/Infoscreen_04.jpg') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .rules {
    width: 100%;
    margin: 25px auto !important;
    max-width: 600px;
  }
  .rule-text {
    margin: 25px 0;
  }
  
  .feature-text {
    width: 100%;
    margin: 25px auto;
    max-width: 600px;
  }
  
  