  body {
    background-color: #f6f6f6; /* замените на цвет вашего фона */
  }
  
  
*:focus {
  outline: none !important;
}

*:active {
  outline: none !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}