body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  text-justify: none !important;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-family: 'Courier', sans-serif;
  font-stretch: condensed;
  font-size: 100%;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.teaser {
  width: 60%;
  margin: 0 auto;
  align-items: center;
}

.container{
  margin-top: 10px;
  margin-bottom: 10px;
}

.teaser-text {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title{
  margin-top: 20px;
  margin-bottom: 10px;
}

.qualitative-understanding-images {
  width: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10%;
  margin-right: -10%;
}

figcaption {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}

.content{
  text-align: left;
}

.key-insight {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  background-color: #f9f9f9;
  margin-top: 1rem;
}
