/* テキストに縁取り */
.text-stroke {
    -webkit-text-stroke: 2px #333333;
    paint-order: stroke fill;
  }
  
.flex{
  display: flex!important;
}