@charset "UTF-8";

.icon {
  font-size: 2.5em;
}

nav h1 {
  font-size: 1.5em;
}

.nav-links {
  flex: 1;
  flex-flow: row nowrap;
  justify-content: space-around;
  position: static;
  padding: 0;
  border: none;
  background: none;
  display: flex !important;
}

#menu-button {
  display: none;
}

main {
  margin: 100px;
}

.tech-stack-group {
  max-width: 35dvw;
}