section{
  background-image: url(https://static.igem.wiki/teams/4624/wiki/green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
}
  
h5{
  font-family: 'PT Serif';
  font-size: 2.5cm;
  padding-top: 4cm;
  color: rgb(255, 255, 255);
  justify-content: center;
  text-align: center;
  font-weight: 900;
}
.photo {
  display: flex;
  align-items: center;
  justify-content: center
}

h8 {
  font-size: 10px; /* Adjust the font size as needed */
    opacity: 0.5;   
    color: rgba(255, 255, 255, 0);
}
/*---------------------------------COLLAPSABLE WINDOW----------------------------------*/

.bold-green {
    font-weight: bold;
    color: #5b7323;
  }


