html, body {
  background-color: white;
  margin: 0;
  padding: 0;
  
/*   font-family: sans-serif; */
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

html * {
  box-sizing: border-box;
}
