* {
  margin: 0;
  padding: 0;
  font-family: "Tajawal", sans-serif;
  text-align: center;
}
.hero {
  width: 80%;
  margin: auto;
}
.navbar {
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.navbar-icons img {
  height: 25px;
  margin-left: 40px;
  cursor: pointer;
}
.banner {
  display: flex;
  margin-top: 80px;
}

.left-column h1 {
  font-size: 100px;
}
.left-column h3 {
  font-size: 36px;
}
span {
  color: #f659a8;
}
.left-column p {
  font-size: 14px;
  color: #999;
  margin: 50px 0;
}
.social-icons {
  color: #5db1ff;
  width: 300px;
  text-align: center;
  opacity: 0.4;
  position: relative;
  margin-left: 160px;
}
.social-icons img {
  height: 20px;
  margin: 0 14px;
}

.social-icons::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -160px;
  top: 10px;
}
