  .handwritten {
      font-family: 'Caveat', cursive;
      font-weight: 700;
      font-optical-sizing: auto;
    }

    .someDesign {
      font-family: 'Dancing Script', cursive;
      font-weight: 700;

    }

    .line {
      overflow: hidden;
    }

    .pen-line {
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, transparent 0%, #333 10%, #333 90%, transparent 100%);
      opacity: 0.7;
      transform: scaleX(0);
      transform-origin: left;
    }