body {
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--body-background);
  background-attachment: fixed;
}
.indexSVGDiv {
  margin-top: 1.5rem;
  width: 30vw;
  z-index: 100;
  margin-bottom: 1.5rem;
}

article.work {
}

aside.interactive {
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #514d4d;
  padding: 1rem;
  gap: 1rem;
  border-radius: 0.25rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
h3.interactive-projects {
  align-self: flex-start;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1.5rem;
  margin-left: 10%;
  font-family: "Lexend Peta", sans-serif;
}

@media all and (max-width: 1024px) {
  aside.interactive {
    width: 100%;
  }
  h3.interactive-projects {
    margin-left: 0;
  }
}

section.gazetteer {
  width: 48%;
  background-color: #fff;
  border-radius: 1.5rem;
}

section.ttt {
  width: 48%;
  background-color: #fff;
  border-radius: 1.5rem;
}

section.company-directory {
  display: block;
  width: 48%;
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
}

section.extra {
  width: 48%;
}

@media all and (max-width: 832px) {
  section.gazetteer {
    width: 100%;
  }

  section.ttt {
    width: 100%;
  }

  section.company-directory {
    width: 100%;
  }

  section.extra {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  h3.interactive-projects {
    align-self: center;
    font-size: 2rem;
    font-weight: 500;
  }
}
