.game{
    display:none;
}

.active{
    display:block;
}

.andada-pro {
    font-family: "Andada Pro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  body{
    font-family: "Andada Pro";
    margin:100px;
    max-width: 600px;
    background-color:white;
  }

  @media only screen and (max-width: 600px) {
    body {
      max-width: 100%;
      margin: 16vw;
      font-size: 20px;
    }
  }

  h2{
    text-decoration: underline 2px;
    margin-bottom: 0px;
  }

  h3{
    text-align: left;
    margin-top: 10px;
  }

  span.b{
    font-weight: bold;
  }

  li{
    margin-top: 5px;
  }
