html, body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  font-family: 'EB Garamond', Georgia, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

canvas {
  display: block;
}

.title {
  margin: 30px 0 4px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #222;
}

.instructions {
  margin: 0 0 16px;
  font-size: 14px;
  font-style: italic;
  color: #888;
  letter-spacing: 0.02em;
}
