body {
  background-color: #f8f8f8;
}

.profile-pic {
  border-radius: 50%;
  border: 4px black solid;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 22%;
  transition: 0.3s;
}

.profile-pic-container {
  width: 70%;
  position: relative;
}

.profile-pic-container::after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.profile-pic:hover {
  box-shadow: 0 10px 19px 5px rgba(0, 0, 0, 0.3);
}

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