* {
  margin: 0;
  padding: 0;
  background-color: #1e1e24;
  color: #fafbf9;
  font-family: "poppins", sans-serif;
}

main hr {
  border: 0;
  background-color: #9ee0aa;
  height: 1px;
  margin: 30px 80px;
}

.firstsection {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 100px;
  align-items: center;
  justify-content: space-around;
  gap: 5rem;
}

.firstsection > div {
  width: 40%;
}

.leftsection {
  font-size: 3.2rem;
  font-style: none;
  flex: 1;
}

.rightsection img {
  width: 280px;
  max-width: 450px;
  object-fit: cover;
  vertical-align: middle;
}

.text-purple {
  color: #c8a2c8;
}

#element {
  color: #c8a2c8;
}
.secondsection h2 {
  text-align: center;
  margin-top: -25px;
  padding: 25px;
}
.projects {
  justify-content: space-around;
  height: auto;
  white-space: nowrap;
  overflow-x: auto;
}

.projects h2 {
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 700;
}

.box {
  display: inline-block;
  background-color: #ab84c6;
  width: 250px;
  height: 375px;
  margin: 20px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  place-content: center;
  border-radius: 20px;
}

.box a {
  text-decoration: none;
  text-align: left;
  background-color: #ab84c6;
  display: block;
  height: 100%;
}

.box picture img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  background-color: #ab84c6;
}

.box h4 {
  margin: 10px 0;
  background-color: #ab84c6;
}

.box h5 {
  background-color: #ab84c6;
}

.box h5 em {
  background-color: #ab84c6;
}

.box p {
  max-width: 100%;
  font-size: 0.9rem;
  margin: 10px 0;
  line-height: 1.4;
  background-color: #ab84c6;
}