nav .container {
  height: 500px;
  width: 100%;
  position: relative;
  background-image: url(https://static.igem.wiki/teams/4263/wiki/images/member-images/members-allpic.jpg);
  background-size: 100% 100%;
} 
nav .container .title {
  position: absolute;
  left: 50%;
  bottom: 3%;
  font-size: 30px;
  color: white;
  transform: translate(-50%, -50%) translateZ(-100px);
  font-family: fantasy;
  letter-spacing: 1px;
}
section {
  position: relative;
  z-index: 9999;
  margin: 60px 10vw 100px;
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
  font-family: 'Arial';
}
section .title {
  text-align: center;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 15px;
  margin-top: 50px;
  font-family: fantasy, 'Microsoft YaHei';
}
section .articles {
  text-align: justify;
  font-size: 22px;
  line-height: 36px;
}
section .container {
  display: flex;
}
section .container .subbox {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
section .container img {
  height: 150px;
}
.scroll {
  width: 100%;
  overflow: auto;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #bc5b57;
  border-left: 1px solid #bc5b57;
  width: 1800px;
  font-size: 12px;
}
table tr td:first-child {
  background-color: #ffd8d7;
  width: 30px;
}
table tr td:nth-child(n+1) {
  width: 105px;
}
table td {
  border: 1px solid #bc5b57;
  border-top: none;
  border-left: none;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
table tr:nth-child(2) td {
  line-height: 20px;
}
table img {
  vertical-align: middle;
  line-height: 30px;
  width: 23px;
}
