.welcome-home {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background-color: #f3e7e4;
}
section {
  padding: 0;
}
.divider-bar {
  width: 70px;
  height: 100%;
  background-color: #d4c1d3;
  border-top: 0px;
  border-left: 2px;
  border-right: 2px;
  border-style: solid;
  border-top: 0px;
  border-left: 2px;
  border-right: 2px;
  border-style: solid;
}
.welcome-img {
  justify-self: center;
  place-self: center;
}
.welcome-img img {
  height: 80vh;
  width: 32vw;
  border-radius: 1rem;
  margin: 15px 0;
  display: block;
}
.h-block0 {
  width: min(45vw, 520px);
  height: 50vh;
  border-radius: 1rem;
  background-image: linear-gradient(45deg, pink, #afb1da);
  border-left: 2px;
  border-top: 2px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  justify-self: center;
  place-self: center;
  padding: 1.5rem;
}
.filler-bar {
  width: 100%;
  height: 5vh;
  background-color: #d4c1d3;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
}
.intro-home {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.h-block1 {
  width: 32vw;
  height: 80vh;
  border-radius: 1rem;
  background-image: linear-gradient(45deg, pink, #afb1da);
  border-left: 2px;
  border-top: 2px;
  border-style: solid;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.h-block1:hover {
  transform: scale(1.05);
}
.exp-intro {
  display: flex;
  flex-direction: row-reverse;
}
.port-intro {
  display: flex;
}
.welcome-home .welcome-text h1 {
  padding-left: 0;
}
.welcome-home .welcome-text h1:first-of-type {
  font-size: 70px;
  margin-bottom: 0.5rem;
}
.welcome-home .welcome-text h1:last-of-type {
  font-size: 35px;
  font-weight: 400;
}
p {
  font-size: 30px;
}
a {
  padding-left: 30px;
}
.h-block1 h2 {
  border-bottom: 1px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-style: solid;
  margin-top: 0px;
  padding-top: 5px;
  background-color: #fff3;
}
/* Button Container Alignment */
.about-me p:last-of-type,
.exp p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.exp p a,
.h-block1 p:last-of-type a,
.about-me p:last-of-type a {
  padding-left: 0;
}

.h-block1 p:last-of-type {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
button {
  margin: 8px 4px;
}
