html {
  font-size: 8px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  /*min-height: 100%;*/
  height: 100%;
}

body,.main {
 height: 100%;
}
.main{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#bio{
  
}
#bio .row{
  background-color: #eee;
  border-radius: 2rem;
  color: #13285a;
  padding: .5rem !important;
  margin: 1rem !important;
}
#bio .row .col-9,#bio .row .col-3:nth-child(even),.col-3-display{
  display: flex;
  align-items: center;
}
.chinese-text{
  color: #13285a;
  font-weight: bolder;
}
.english-text{
  color: #607b95;
  font-size: 0.8rem;
}