@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato"), local("Lato Regular");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0 20px;
  color: #222;
  background: #fff;
  font-family: "Lato", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

a {
  color: #1772d0;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #f09228;
}

.page-header {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 34px;
  text-align: center;
}

h1 {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.25;
}

.venue {
  margin: 7px 0 18px;
  color: #555;
  font-size: 18px;
}

.authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 28px;
  color: #1772d0;
  font-size: 16px;
}

.affiliations {
  margin: 10px 0 0;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.project-links {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 24px 0 30px;
  text-align: center;
}

.project-links a {
  display: block;
  min-width: 74px;
}

.project-links img {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto 2px;
}

.project-links strong {
  font-size: 15px;
}

section {
  margin-top: 38px;
}

h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
}

p {
  margin: 10px 0;
}

.text-justify {
  text-align: justify;
}

figure {
  margin: 18px 0;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.teaser img {
  width: 88%;
}

.content-image {
  width: 95%;
}

figcaption {
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}

#citation pre {
  margin: 8px 0;
  padding: 10px;
  overflow-x: auto;
  color: #000;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.4;
}

#citation code {
  font-family: Consolas, Monaco, "Courier New", monospace;
  white-space: pre;
}

footer {
  margin: 42px 0 26px;
}

@media (max-width: 650px) {
  body {
    padding: 0 14px;
  }

  .page-header {
    padding-top: 24px;
  }

  h1 {
    font-size: 23px;
  }
  .venue {
    font-size: 16px;
  }

  .authors {
    gap: 2px 16px;
    font-size: 14px;
  }

  .project-links {
    margin-top: 20px;
  }

  .project-links img {
    height: 54px;
  }

  h2 {
    font-size: 22px;
  }

  .text-justify {
    text-align: left;
  }

  .teaser img,
  .content-image {
    width: 100%;
  }
}
