.content {
  width: var(--content-width);
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.preview-logo {
  max-width: 400px;
  margin-bottom: var(--space-x-large);
}

.preview {
  font-size: var(--font-size-small);
}
