html {
    -webkit-font-smoothing: antialiased;
    font-family: "Google Sans", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    height: 100%;
    position: static;
    z-index: 0;
}
html,
body {
    position: relative;
    /* height: 100%; */
}

a{
    text-decoration: none;
}

body {
  /* background: #eee; */
  margin: 0 auto;
  max-width: 640px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
}

.pages{
   width: 100%;
    position: relative;
}
.bg{
    width: 100%;
}