nav {
  justify-content: center;
}

header {
  height: 100vh;
  width: 100vw;
}

.header-inner {
  position: fixed;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(25px, 3vw, 3vw);
}

.content {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

h2 {
  text-align: center;
}

p {
  text-align: justify;
}

h4 {
  text-align: center;
}

ul {
  text-align: center;
  font-size: 1rem;
  list-style: none;
}