body {
  margin: 0;
  font-family: 'Roboto', Arial;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  color: black;
  overflow-x: hidden;
  max-width: 100%;
}

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