.profile-container {
  padding: 20px;
  background-color: #e8e8e8;
  border-radius: 8px;
  width: 60%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 250px;
  box-shadow: 3px 2px rgba(129, 129, 129, 0.683);
}

.profile-picture img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-section {
  margin-bottom: 20px;
}

.profile-section h3 {
  margin-bottom: 10px;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(95, 43, 226);
}

.profile-section p {
  margin: 5px 0;
  font-size: 16px;
  color: #555;
}
