.user {
  display: flex;
  justify-content: center;
  color: white;
  margin: 3rem 0 2rem;
}

.user .avatar {
  border-radius: 50%;
  box-shadow: 2px 2px 5px #0c0c0c;
  max-width: 80px;
  margin-right: 1.5em;
  background-color: #ffffff;
}

.user .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user .name {
  color: white;
}
