nav .container {
  background-image: url(https://static.igem.wiki/teams/4263/wiki/images/attributions-images/projectbgc-min.png);
}
nav .container .pic {
  filter: hue-rotate(120deg);
  font-size: 32px;
}
article {
  padding: 20px 0vw 100px;
}
article h2 {
  text-align: center;
  margin: 40px 0 20px;
}
article h2.title,
article h2.withBgc {
  font-style: italic;
  color: #8b726b;
}
article .title {
  margin: 60px auto 30px;
  width: 80%;
  padding: 8px 0;
  border-top: 1.5px solid #9a847e;
  border-bottom: 1.5px solid #9a847e;
}
article .withBgc {
  margin: 40px auto 20px;
  width: 400px;
  height: calc(400px / 522 * 73);
  background-image: url(https://static.igem.wiki/teams/4263/wiki/images/implementation-images/title.png);
  background-size: 100% 100%;
  line-height: calc(400px / 522 * 73);
}
article p {
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
}
article p.right-footer {
  color: #6f4f47;
  text-align: right;
  font-style: italic;
}
article p.ending {
  margin-top: 60px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  color: #6f4f47;
  background-image: url(https://static.igem.wiki/teams/4263/wiki/images/implementation-images/article.png);
  background-size: 100% 36px;
}
