.section__header {
  background-color: #ccc;
  color: #222;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #888;
  box-shadow: inset 1px 1px 20px #111;
  border-radius: 10px;
  padding: 10px 20px 10px;
  font-size: 24px;
  width: 97%;
  margin: 10px auto 30px;
  text-align: center;
}

.section__header--dark {
  background-color: #222;
  color: #ccc;
}

.section__imgHolder {
  text-align: center;
}

.section__profileImg {
  max-width: 300px;
  aspect-ratio: 1/1;
  user-select: none;
  box-shadow: 10px 10px 15px #111;
  border-radius: 50%;
}
