.circular--square {
  border-radius: 50%;
}

.personal-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-picture {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.profile-picture img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.details {
  font-family: Arial, sans-serif;
}

.details h2 {
  margin-top: 0;
}

.details p {
  margin-bottom: 5px;
}
