.home-section {
  margin-top: 15rem;
  margin-bottom: 5rem;
}

.home-img {
  width: 100%;
  height: 45rem;
  border-radius: 50%;
  transition: 0.5s;
}

.welcome-msg {
  margin-top: 1.5rem;
}

.selected-img {
  margin-top: 5rem;
}

.selected-wrt {
  margin-top: 5rem;
}

.home-img:hover {
  box-shadow: 0px 0px 20px 15px rgb(121 82 179/ 70%);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
body {
  background-color: black;
}

.home-area {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .home-img {
    height: 22.5rem;
  }
  .home-area {
    margin-top: 5rem;
  }
}

/* -- Accordion Button -- */
