body {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(234deg, #75fa8b 0%, #48dfd2 100%) no-repeat;
}

.profile {
  min-width: 20rem;
}

.profile .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile img {
  width: 5rem;
  height: 5rem;
}
