html, body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Ubuntu', sans-serif;
  background: #f0f0f8;
  color: #404050;
  max-width: 800px;
  max-width: 40vw;
  margin: 0 auto;
  font-weight: 300;
  font-size: 1.2em;
}

h1 {
  letter-spacing: 0.2em;
  text-align: center;
  max-width: 700px;
  margin: 1em auto;
}

a {
 color: #4cb5ff;
 text-decoration: none;
}

a:hover {
 color: #acd5ff;
}
