.scribe-title {
  font-size: 2em;
  margin-bottom: 1em;
}

.scribe-author {
  font-style: italic;
  margin-bottom: 1em;
}

.scribe-author a {
  text-decoration: none;
  color: inherit;
}

.scribe-author a:hover {
  text-decoration: underline;
}

.scribe-step {
  margin-bottom: 2em;
}

.scribe-step-text {
  margin-bottom: 0.5em;
}

.scribe-screenshot-container {
  text-align: center;
  margin-bottom: 1em;
}

.scribe-screenshot {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.scribe-footer {
  text-align: center;
  margin-top: 2em;
}

.scribe-footer a {
  text-decoration: none;
  color: #007bff;
}

.scribe-footer a:hover {
  text-decoration: underline;
}

