body {
  font-family: 'Caveat', cursive;
  font-size: 26px;
}

.text-container {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-container p {
  font-size: 32px;
  font-family: 'Rock Salt', cursive;
}

#by-p {
  font-size: 26px;
  margin-right: 30px;
}

#moving-element {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 10%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

#signature {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  
}

.letter-container {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
}

.space {
  margin-left: -10px;
}

.moving-el {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
}

polyline {
  fill: none;
  stroke: black;
  stroke-width: 4;
}

heading > p {
  margin-bottom: 40px;
}

.title {
  font-weight: bold;
}

pre {
  font-family: 'Caveat', cursive;
  font-size: 26px;
}