body {
  font-family: 'Noto Serif SC', sans-serif;
  margin: 0;
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  line-height: 1.6;
}
h1 {
  font-size: 2.2rem;
}
h2{
  font-family:  'Plush-Trial', sans-serif;
}
.authors {
  font-size: 1.35em;
  font-family: 'Plush-Trial', sans-serif;
  margin-bottom: 1.5rem;
}
.links a {
  font-family: 'BR Cobane', sans-serif;
  margin-right: 1rem;
  padding: 0.4rem 0.7rem;
  background: #eee;
  text-decoration: none;
  border-radius: 5px;
}
.teaser {
  max-width: 100%;
  margin: 1rem 0;
}
iframe,
video {
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 1rem 0;
}

.code-container {
  width: 100%;
  overflow-x: auto;
  /* Add a horizontal scrollbar when content overflows */
}

code {
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid #CCC;
  padding: 0.5em 0.7em;
  display: block !important;
}