/* CSS where Tailwind CSS just wont do! */

/* Tidy up the form controls */
a {
    -webkit-tap-highlight-color: transparent; /* for removing the highlight */   
}

/* Hide the Spam Detector trap */
.hpWrapper {
    display: none;
}

/* Control the scrollToTop Button */
.showBtn {
    opacity: 1;
    transform: translateY(0);
  }



  





