/* REMOVE INLINE CSS AND MOVE HERE */

.rag {
  font-family: "Dancing Script", cursive;
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
  color: rgb(114, 25, 77);
  line-height: 1.2;
}

.pink-text {
  color: #ed5ce6;
}

/* MOBILE FONT FIX */
@media (max-width: 768px) {
  .rag {
    font-size: 25px;
  }
}
