/* Useful when the screen is small, or when its on a phone*/
@media screen and (max-width: 1200px) {
  .team-info {
    flex-direction: column;
  }
}
#header-paragraph {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  max-width: 1500px;
}
.Description {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  text-align: left;
  max-width: 1500px;
}

img {
  border-radius: 0;
}
img:hover {
  box-shadow: 0 0 0 2px black;
}


