body {
  font-family: arial, sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #640460;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  color: #0015ce;
}

h3 {
  font-size: 150%;
}

ul {
  padding-left: 1em;
}

pre.prism-code {
  text-align: left;
  margin: 1em 0;
  padding: 0.7em;
  overflow: auto;
}

pre.prism-code .token-line:nth-child(even) {
  background-color: #2b324c;
}

pre.prism-code .line {
  display: table-row;
}

pre.prism-code .line-no {
  display: table-cell;
  text-align: right;
  padding-right: 1em;
  user-select: none;
  opacity: 0.5;
}

pre.prism-code .line-content {
  display: table-cell;
}

input, textarea {
  padding: 0.6em 1em;
  margin: 0.2em 0;
  border: 0.07em solid #aaa;
  border-radius: 0.6em;
}
input:focus-visible, textarea:focus-visible {
  outline: 0.1em solid #c0dffa;
}

button {
  cursor: pointer;
  background: lightgrey;
  border: solid 0.1rem grey;
  border-radius: 0.6rem;
  padding: 0.4rem 0.8rem;
}

li + li {
  margin-top: 1em;
}