.coming-soon {
  font-family: "Arial", sans-serif; /* Replace with your desired font */
  font-weight: bold;
  font-size: 48px;
  background: linear-gradient(45deg, #3d7fc9 0%, #7b5eb8 50%, #8a63b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
