    body{
      font-size:2rem;
    }

  .hide{
    opacity:0;
  }

  .show{
    opacity:1;
    transition:opacity:1s;
    }
