/* header {
  display: none;
  height: 100vh;
} */

h1 {
  text-align: center;
}

ul {
  flex-direction: column;
  gap: 1em;
}

ul > li {
  border-left: none;
}

ul > li:last-child {
  border-right: none;
}

.intro-left > h1 {
  font-size: 300%;
}

.top-section {
  min-height: 0;
  width: 100%;
}

.project-images {
  margin: 0em;
  display: none;
}

.links {
  gap: 1em;
}
