body {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  background-color: #f3f3f3;
  /* background: linear-gradient(135deg, #eee, #f3f3f3); */
  color: #222;
  max-width: 888px;
  margin: 0 auto;
  padding: 2em;
  line-height: 1.5;
  /* font-size: small; */
  font-size: 88%;
}

h1,
h2 {
  color: #333;
  margin-top: 2em;
}

h1 {
  font-size: 2.2em;
  margin-bottom: 0.1em;
}

h2 {
  font-size: 1.6em;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.2em;
}

a {
  color: #8b85c1;
  text-decoration: none;
}

a:hover {
  color: #9e9ac6;
  text-decoration: none;
}

ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

li {
  margin-bottom: 1em;
}

.service li {
    margin-bottom: 0;
}

hr {
  width: 100%;
  height: 1.8px;
}

.box-container {
  margin-top: 0;
}

.term-link {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 2px 8px;
  border: 1px solid #ccc;
  /* font-size: 96%; */
  text-decoration: none;
  color: #8b85c1;
  border-radius: 4px;
  transition: all 0.35s ease;
}

.term-link:hover {
  /* background-color: #9e9ac6; */
  background: linear-gradient(135deg, #8985c7, #9e9ac6);
  border-color: #9e9ac6;
  color: white;
}

summary {
  cursor: pointer;
  font-size: 90%;
  font-weight: normal;
  display: list-item;
  transition: font-weight 0.2s;
}

summary:hover {
  font-weight: bold;
}

.teaching-institution {
    font-style: italic;
    margin: 0.6em 0 -0.5em 0;
}

.footer {
  display: flex;
  font-family: monospace;
}