pre {
  overflow-x: scroll;
}

.navy {
  --links: #279fde;
}

details[open] {
  border: solid 1px #3161a2;
  border-radius: 1rem;
  padding: 1rem;
}
