.pre {
  padding: calc(var(--unit) * 2);
  background: var(--a1);
  border-radius: var(--unit);
  overflow: auto;
  font-size: 15px;
}
