html,
body {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #c7c8ca;
  font-weight: 300;
  background: #1e2228;
  font-family: sans-serif;
}

#content {
  width: 100vw;
  height: 100vh;
  padding: 20px;
}
