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

body {
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(1, 12, 102, .18);
  color: #010c66;
}
