body {
    background: #1d1e22;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "TSTAR Mono Round W00 Regular", sans-serif;
    font-size: 2.5em;
    color: #616161;
    min-height: 100vh;
  }
  section {
    //outline: 1px solid #eee;
    width: 50%;
  
    div { 
      display: inline-block;
      //transform: scale(0.1);
    }
  }
  .tilt-l {
    transform: rotate(-2deg);
  }
  .tilt-r {
    transform: rotate(2deg);
  }
  .tilt-l2x {
    transform: rotate(-5deg);
  }
  .tilt-r2x {
    transform: rotate(5deg);
  }
  .hide { display: none; }
