html {
  font-size: 9px;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'arial', sans-serif;
  font-size: 24px;
}

.wrap {
  margin: 20px;
}

.title {
  width: 100%;

  /* LINE color */
  /*}color: #fff;*/
  /*background: #1dcd00;*/
}

  .title h1 {
  /*
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    /* centering */
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    */
  }

.hide {
  display: none;
}
