body {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  font-feature-settings: 'tnum' on, 'lnum' on, 'ss03' on;
}

a,
body,
div,
textarea,
input {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

::selection {
  color: white;
  background: #3d8feb;
}
