.profile-img {
  width: 30rem !important;     /* change to 100px, 120px, etc. to make smaller */
  height: auto !important;
  max-width: none !important;  /* prevent Bootstrap from resizing */
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  display: block;
  margin: 20px auto;           /* centers image */
}



.language-label img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.progress {
  height: 8px;         /*dikte*/
  max-width: 300px;    /*lengte*/
  margin-bottom: 15px;
}

.language-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  margin-bottom: 5px;
}





