.profile-page {
  font-family: Arial, sans-serif;
}

.profile-page .profile-sidebar {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.profile-page .profile-userpic {
  margin-top: 20px;
}

.profile-page .profile-userpic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-page .profile-usertitle {
  margin-top: 20px;
}

.profile-page .profile-usertitle-name {
  font-size: 18px;
  font-weight: bold;
}

.profile-page .profile-content {
  padding: 20px;
background-color: #e0e0e0;
}

.profile-page .profile-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-page .profile-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-page .profile-content ul li {
  margin-bottom: 10px;
}

.profile-page .profile-content button {
  margin-top: 20px;
}

