#info-box {
  border: 2px black solid;
  width: 350px;
  float: right;
  background: white;
  box-shadow: 0px 10px 10px rgba(8, 8, 8, 0.22);
}

#info-box img {
  width: 100%;
}

#info-box > .info-title {
  font-weight: bold;
  background-color: #969696;
  margin: 0;
  padding: 5px;
  text-align: center;
}

#info-box .information {
  display: flex;
  padding: 10px;
  gap: 10px;
  font-size: 10pt;
}

.information > .information-data-label {
  flex-basis: 90px;
}

.information ul {
  margin: 0;
  padding-left: 20px;
}

#info-box > * {
  border-bottom: 2px black solid;
}

#info-box > *:last-child {
  border: none;
}

#creation-section > * {
  border-bottom: 2px lightgray solid;
}

#creation-section > *:last-child {
  border: none;
}

#ref-sources a, sup > a {
  color: rgb(43, 68, 255);
}

#images img {
  height: 250px;
  border: 2px black solid;
}

#images > #images-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

q::before, q::after {
  content: url("../images/quote.png");
}