body {
  background-color: #EAFAF1;
}

.container {
  display: flex;
  justify-content: center;
}

.child {
  /* Center horizontally*/
  margin: 0 auto;
  text-align: center;
}

.profile_pic {
  border-radius: 50%;
}