html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #111;
  color: #eee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
}

img.cover {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 0 1.5rem 0;
}

h1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

p {
  max-width: 32rem;
  margin: 0 0 1rem 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #eee;
}
