h1, {
  margin-top: 0;
}

.censored {
  background-color: var(--accent-background-color);
  border-radius: var(--border-radius);
  color: transparent;
  user-select: none;
}

.censored:hover {
  background-color: transparent;
  color: var(--accent-text-color);
}
