/* Mobile browsers: remove default tap flash on interactive elements. */
* {
  -webkit-tap-highlight-color: transparent;
}
