.text-bg-pink {
    background-color: #FF66CC; /* Light pink background */
    color: #fff; /* White text color */
}

.border-pink-dotted {
    border: 1px solid #FF66CC; 
    font-size: 0.8rem;
}

.alex-text {
  font-family: ms gothic, monospace;
}

.custom-gradient {
    background-image: linear-gradient(to right, #FF66CC, #4D79FF); /* Pink to Blue gradient */
}