.profile-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-image-container > .picture-src {
  display: block;
  background-image: url("/assets/img/hildebrandpro.png");
  background-position: center;
  background-size: 100% 100%;
  width: 300px;
  height: 300px;
}

.profile-description-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-description {
  font-size: 24px;
}

.inner-about-container {
  margin-top: 40px;
}

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