.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;
}

body {
  background-color: black;
}

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

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

.headitem {
  font-weight: 600;
}

.subitem {
  font-weight: 400;
  display: block;
  margin-left: 3rem;
}

.info-table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.profile-button {
  margin-top: 3rem;
  background-color: #f5dd00;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 2.5rem;
  transition: 0.5s;
}

.profile-link {
  color: black;
  text-decoration: none;
}

.profile-link:hover {
  color: white;
  text-decoration: none;
}

.profile-button:hover {
  background-color: #625800;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .profile-area {
    display: block !important;
  }
  .profile-buttons {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
