.hero-area {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
}

.hero-text {
  margin-left: 80px;
  margin-bottom: 200px;
}

.button {
  width: 200px;
  height: 55px;
  border-radius: 30px;
  background-color: rgb(110, 45, 170);
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  padding-top: 5px;
  margin-top: 20px;
}

.button:hover {
  background-color: rgb(72, 11, 133);
}

.button:active {
  background-color: rgb(72, 11, 133);
  color: white;
}

.socials {
  width: 15%;
  height: 50%;
  margin-top: -2.8em;
}

.logo {
  height: 80px;
  margin: 30px 0 0 50px;
}

.projects-logo {
  height: 80px;
  margin: 30px 0 0 50px;
}

.social {
  margin: 0.3em;
}