.rules {
  max-width: 80%;
  margin: 0 auto;

  .subtitle {
    margin-bottom: 7%;
  }

  h1 {
    margin-top   : 0 !important;
    margin-bottom: 1.8%;
    font-size    : 5vh !important;

  }

  ul {
    margin-bottom: 30px;
    text-align: left;
    width: 100%;

    li {
      margin: 2% 0;

      li {
        margin-left: 4%;
      }
    }
  }

  .how-to-play {
    line-height: 2;
  }

  margin-bottom: 2%;
}

.replay {
  justify-content: center;
  margin-bottom  : 3% !important;
}