a {
    color: #343a40;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #343a40;
}

h2 {
    color:#f606de;
}
h3 {
    color:#B931FC;
}

h4 {
   color: #6193ef;
}

/* marquee ตัวหนังสือวิ่งใช้ตัวนี้" */
.custom-marquee {
  color: #f606de;
}



/* for status Pending/In progress/Completed */
.blink_me {
    animation: blinker 0.5s linear infinite;
    color: #B931FC;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* for blink button */
.blink_bt {
    animation: blinker 1.5s linear infinite;
    color: #B931FC;

  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* .btn-pink {
  background-color: #B931FC;
  color: #ece8ee;
} */

