* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  font-size: 20px;
  line-height: 32px;
}

h2 {
  margin-bottom: 1em;
}

p {
  margin-bottom: 1.5em;
}

.content {
  min-height: 80vh;
  color: rgb(174, 174, 174);
}

.header,
.footer {
  width: 100%;
  height: 10vh;
  position: sticky;
  left: 0;
}

.header {
  top: 0;
}

.footer {
  bottom: 0;
}

.container {
  width: 70%;
  margin: auto;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
}

.nav-container {
  height: 100vh;
  padding: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  right: 1rem;
  list-style: none;
}
.nav-container .nav-item {
  width: 4rem;
}

.position-tag {
  width: 100%;
  height: 10vh;
}

.cursor-pointer {
  cursor: pointer;
}

.footer-spacer {
  height: 50vh;
}

#linkContent {
  height: 60vh;
  overflow: auto;
}/*# sourceMappingURL=main.css.map */