.team-section
{
  width: 100%;
  height: 100vh;
  font-family: Helvetica;
  font-size: 4rem;
  /* background-color: black; */
  color: white;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.team-section h2{
  color: white(195, 100%, 33%);
}