.header {
  margin-left: 10vw;
  margin-right: 10vw;
  height: 50vh;
}

.header-img-parent {
  position: relative;
  width: 100%;
  height: 130%;
  z-index: -1;
}

.header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.header-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, white, transparent);
  mix-blend-mode: normal;
}

main {
  margin-left: 10vw;
  margin-right: 10vw;
  margin-bottom: 6em;
  font-size: 1.4rem;
}

.main-section {
  display: flex;
  justify-content: center;
  align-items: start;
}

.text-content {
  margin-left: 2em;
}

.profile-img {
  margin-left: 5vmin;
  width: 25vw;
  flex-shrink: 0;
}

.footer {
}
