html {
  color: #484848;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  font-family: 'Nunito Sans', sans-serif;
  color: #38454c;
  font-size: 18px;
}
* {
  padding: 0;
  margin: 0;
}
a {
  color: #38454c;
}
img {
  vertical-align: bottom;
}
ul,
li {
  list-style: none;
}
