html,
body {
  height: 100%;
}

body {
  font-family: "Hind", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #444;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
}

.box {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  text-align: center;
}

a {
  color: #555;
  text-decoration: none; /* no underline */
}

a:visited {
  color: #666;
}

a:hover {
  color: #888;
}
