body {
  background-color: black;
}

header nav {
  background-color: black;
}

main {
  position: relative;
  z-index: 40;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

main .container {
  width: 65%;
  margin-top: 9rem;
  padding-bottom: 3rem;
}

main h2 {
  font-size: 3rem;
  line-height: 1.33;
  letter-spacing: 0.02em;
  font-weight: 900;
}

main h4 {
  font-size: 1.25rem;
  line-height: 1.66;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-transform: uppercase;
}

main ul {
  padding-left: 2rem;
}

main ul li {
  list-style: disc;
  line-height: 1.7rem;
}

main p {
  line-height: 1.7rem;
}

