/* Manuscript — paper on the table */

.ssp-artifact {
  max-width: 42rem;
  margin: 4rem auto;
  padding: 2rem;
}

.artifact-header {
  margin-bottom: 3rem;
}

.artifact-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.artifact-creator {
  font-style: italic;
  opacity: 0.7;
}

.artifact-consent {
  text-align: center;
  margin: 6rem 0;
}

.artifact-consent button {
  background: none;
  border: 1px solid #111;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
}