section {
    position: relative;
    top: 5rem;
}

p {
    margin-top: 30px; /* adds space before headings */
    margin-bottom: 20px; /* adds space after every paragraph */
}

h1, 
h2, 
h3, 
h4, 
h5 {
    margin-top: 30px; /* adds space before headings */
    margin-bottom: 20px; /* adds space after every paragraph */
}
.separator {
  border: none;           /* remove default border */
  height: 2px;            /* thickness of the line */
  background-color: var(--color-bg1);  /* line color */
  margin: 30px 0;         /* space above and below */
  width: 80%;             /* optional: line length */
  margin-left: auto;       /* center the line */
  margin-right: auto;
  border-radius: 2px;      /* optional: rounded edges */
}
