.title {
	text-align: center;
}

.profile {
  text-align: center;
  margin: 2rem 0;
}

.profile img {
  width: clamp(220px, 25vw, 340px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: inline-block;
}
