* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
  /* line-height: 1.15; */
  /* -webkit-text-size-adjust: 100%; */
}

a {
  text-decoration: none;
}
