body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin-left: 10%;
  margin-right: 10%;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  /* Reduces space below */
}

h1 {
  text-align: center;
}

h2,
h3 {
  text-align: left;
}

code {
  color: #74992e;
  font-size: 0.9rem;
}

section {
  margin-bottom: 2rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 1rem;
}
