.welcome-part {
  --welcome-height: 32rem;
  width: 100%;
  height: var(--welcome-height);
}
.welcome-part .welcome-image-container {
  width: 100%;
  height: var(--welcome-height);
  background-image: url("../Media/credits_image.png");
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}
.welcome-part .welcome-text {
  position: relative;
  bottom: calc(var(--welcome-height) - 10rem);
}
.welcome-part .welcome-text h1 {
  font-size: 5rem;
}
.welcome-part .welcome-text h2 {
  font-size: 3rem;
}

.division {
  width: 100%;
  height: 1rem;
}

.main-info p {
  margin-left: 30rem;
  margin-right: 30rem;
  font-size: 1.5rem;
}

.team-info h1 {
  font-size: 3rem;
}
.team-info h3 {
  font-size: 2rem;
}
.team-info p {
  font-size: 1.3rem;
  width: 25rem;
  margin: 1rem;
  text-align: center;
}
.team-info .team-members {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}
.team-info .team-members .team-member {
  display: flex;
  flex-direction: column;
}
.team-info .team-members .team-member .team-member-image {
  display: flex;
  align-content: center;
  justify-content: center;
}
.team-info .team-members .team-member .team-member-image img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}

/*# sourceMappingURL=welcome_page.css.map */
