.container {
  margin-top: 30px;
}

.profile-header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.profile-picture {
  max-width: 90%;
  width: 220px;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0.75rem;
  border-radius: 1rem;
  background-color: #fffc;
}

.links-heading {
  color: #fff8;
  /* font-size: 0.75rem; */
  margin-left: 1.5rem;
  text-transform: uppercase;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  position: relative;
  top: 0rem;
}

.link-icon {
  display: inline-block;
  width: 3rem;
}
