body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  text-align: center;
}

.content {
  min-height: calc(100vh - 20px - 16px - 24px - 32px);
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
}

img {
  max-width: 225px;
}

.heading {
  font-size: x-large;
  font-weight: normal;
}

.padded {
  padding-top: 80px;
}