* {
  margin: 15;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-align: center;
  min-height: 100vh;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

a {
  color: #222;
}

footer {
  color: #ccc;
  font-size: x-small;
}
