:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --link-color: #3737cf;
}

.n {
  --bg-color: #000000;
  --text-color: #ffffff;
  --link-color: #9393ff;
}

.o {
  width: 120px;
  height: 120px;
  display: inline-block;
  background: #f3d800;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  font-size: 16px;
}

table {
  border: none;
  border-spacing: 1em 1em;
  margin-left: 1em;
  text-align: left;
}

tr {
  vertical-align: top;
}

tr:first-child {
  vertical-align: bottom;
}

tr:last-child {
  font-size: 0.75em;
}

th:first-child,
td:first-child {
  text-align: right;
}

h1, h2 {
  margin: 0;
}

h2 {
  font-size: 1em;
  font-style: italic;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus-visible {
  background: var(--link-color);
  color: var(--bg-color);
  outline: 1px solid var(--link-color);
  outline-offset: 0;
}

img {
  width: 360px;
}
