
section {
    width: 100%;
    gap:1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

section a:hover {
  text-decoration: underline;
}
section ul {
  list-style-type: disc;
}
section p {
  font-size: 1.4rem;
}
.content {
    width: 80%;
      margin: 0 auto;
gap: 2rem;
}
