  .stroke-text {
      -webkit-text-stroke: 2px black;
      /* outline */
      color: white;
      /* fill color */
  }

    .stroke-text-white {
      -webkit-text-stroke: 1px white;
      /* outline */
      color: black;
      /* fill color */
  }