/* https://stackoverflow.com/questions/65185411/tailwindcss-blue-rectangle-when-click-on-mobile-device */
button,
textarea,
input,
select,
a{
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 -webkit-tap-highlight-color: transparent;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
  user-select: none;
}

body {
  line-height: 1.5;
}