body {
  padding: 0;
}

.heading {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.heading-two {
  width: 100%;
  height: 100px;
  font-size: 2.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.topbar {
  margin: 15px 0 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.topbar a {
  text-decoration: none;
}

.heading-options {
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.heading-options div {
  font-family: "Libre Franklin", sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid;
}
.active {
  background-color: gray;
}
.active p {
  text-decoration: none;

  color: rgb(214, 204, 64);
}
.socials {
  align-items: center;
}
.socials img {
  height: 25px;
}
.main {
  margin-top: 50px;
}
.about-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.profile-img {
  height: 300px;
  margin: 150px 0 0 40px;
  border: 1px solid;
}
.about-text h2 {
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 2px;
}
.about-text p {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.about-text {
  border-left: 1px solid;
  padding: 20px;
  height: 620px;
}
.footer {
  margin-top: -17px;
}
@media (max-width: 768px) {
  * {
    outline: 1px solid red; /* highlight all elements */
  }
  body {
    font-size: 16px;
  }
  .heading {
    font-size: 0.8rem;
    width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .heading-two {
    margin: 15px 0 15px 0;
    width: 100%;
    height: 70px;
    font-size: 1.3rem;
  }
  .topbar {
    height: 40px;
  }
  .topbar div {
    font-size: 0.8rem;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .footer {
    margin-top: 280px;
  }

  /* individual */
  .socials img {
    height: 17px;
  }
  .figured-main {
    margin-bottom: 0;
  }
  .text-section {
    margin: 15px 20px 15px 0;
  }
}
