* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*
  Remove default tap highlight on links and buttons
*/
a, button, i {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}