nav .container {
  background-image: url(https://static.igem.wiki/teams/4263/wiki/images/attributions-images/labbgc-min.png);
}
nav .container .pic {
  filter: hue-rotate(160deg);
  font-size: 30px;
  padding-top: 100px;
  line-height: 50px;
}
article {
  margin: -100px 10vw 100px 10vw;
}
article sub,
article sup {
  font-size: 12px;
}
article h5 {
  color: #595757;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  width: 70%;
  margin: 10px auto 0;
}
article h2 {
  margin-top: 60px;
  color: #6d6c6c;
}
article h3 {
  margin-top: 30px;
}
article h4 {
  margin-top: 20px;
}
article p {
  margin-top: 20px;
}
article .construc h3 {
  color: #6db1c6;
}
article .construc h4 {
  color: #9accd8;
}
article .construc h3 {
  color: #d68a76;
}
article .construc #fame {
  margin: 10px auto 0;
}
article .construc #fame td {
  padding: 5px 15px;
}
article .construc #fame tr:nth-child(1) {
  background-color: #009999;
  color: white;
}
article .construc #fame tr:nth-child(even) {
  background-color: #f2f2f2;
}
article .construc #cycle {
  margin: 10px auto 0;
}
article .construc #cycle tr:nth-child(1) {
  background-color: #009999;
  color: white;
}
article .construc #cycle td {
  padding: 5px 5px;
}
article .oneimg img {
  display: block;
  margin: 20px auto 0;
  width: 45%;
}
article .twoimg img {
  width: 50%;
  padding: 10px 10% 0;
}
article table {
  margin: 0 auto 40px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
article table td {
  text-align: center;
  padding: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 12px;
  line-height: 20px;
}
