#profilePhoto {
  background: rgb(45, 74, 126);
  background: radial-gradient(
    circle,
    rgba(76, 123, 212, 1) 0%,
    rgba(52, 85, 147, 1) 90%
  );
  border: 2px solid var(--secondary);
  border-radius: 50%;
  display: inline-block;
}

#profilePhoto img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

#profilePhoto,
#cameraIcon {
  cursor: pointer;
  margin-top: -24px;
}

#cameraIcon_label {
  color: #1b2c4c;
  font-size: 10px;
  z-index: 2;
}

.usernameLabel {
  color: #333;
  font-size: small;
}

#username {
  word-break: break-word;
}

label {
  color: #333;
  font-size: small;
  font-weight: bold;
}
