
.perfil {
  cursor: pointer;
  text-align: center;
  max-width: 200px;
}
.perfil img {
  width: 100%;
  max-width: 150px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
