.container-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: medium;
  user-select: none;
  background-color: #777777;
  border-radius: 10px;
  padding-block-end: 20px;
  margin: 60px;
}

.imgJoe {
  border-radius: 10px;
}
