html, body {
  width: 100%;
  height:  100%;
  display: table;
  font-size: 62.5%;
  color: #ddd;
  font-family: 'bikoregular', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  display: table-cell;
  vertical-align: middle;
}

body #wrap {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

p {
  font-size: 1.8rem;
  line-height: 140%;
}

a {
  text-decoration: none;
  color: #333;
  #005bff;
}	