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;
}
.figured-main {
  margin-top: 50px;
  margin-bottom: 0;
}

.figured-post p {
  font-family: "Space Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.figured-post {
  margin-left: 50px;
  border: 1px solid;
  width: 400px;
  display: flex;
  justify-content: center;
}

.image-section img {
  border: 1px solid;
}

.image-section {
  display: flex;
  justify-content: center;
}
.text-section h3 {
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 2px;
}
.text-section p {
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 2px;
  width: 78%;
}
.text-section {
  margin-left: 110px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer {
  margin-top: 93px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    overflow: hidden;
  }
  .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;
  }
}
