body{
  color: #EEEEEE;
  font-family: Tahoma;
  background-color: #5a5a5a;
  text-align: center;
}
#colorhead{
  width: 75vw;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 5vh;
  padding-bottom: 15vh;
}
.headerimage{
  width: 10vw;
  height: auto;
}
.buffer{
  height: 15vh;
}
#projectlist{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
}
.projectspacer{
  height: 150px;
}
.linkbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30vw;
  height: 100px;
}
#aatr6box{
  background-color: #333;
}
#aatr6link{
  color: white;
  text-decoration: none;
}
.linkimage{
  height: 80%;
  object-fit: scale-down;
  margin-right: 10px;
}
#bioctbox{
  background-color: #192364;
}
#bioctlink{
  color: white;
  text-decoration: none;
}