@import '../variables.css';

#navWrapper {
  height: max-content;
  position: sticky;
  top: 0;
  left: 0;

  display: flex;
  flex-direction: column;

  padding: 20px 40px 0 0;
}

.navLinks {
  font-size: large;
  margin: 0 0 20px 30px;
  display: flex;
  flex-direction: column;
}

.pageContent {
  overflow-y: auto;
}