.ProfileViewPage {
  /* Component styles here... */
}

.ProfileViewPage__photo {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 5px;
}

.ProfileViewPage__answers-header {
  margin-top: 20px;
}