.shiny {
  /* position: absolute; */
  /* transform: translate(-50%, -50%); */
  /* top: 50%; */
  /* left: 50%; */
  /* font-family: "Times New Roman", serif; */
  /* letter-spacing: 5px; */
  /* font-size: 150px; */
  /* font-weight: bold; */
  background-image: linear-gradient(
    to right,
    #462523 0,
    #cb9b51 22%,
    #cb9b51 45%,
    #cb9b51 50%,
    #cb9b51 55%,
    #cb9b51 78%,
    #462523 100%
  );
  color: transparent;
  /* -webkit-background-clip: text; */
}
