Vertical spacing:

h1 {
  margin: 3rem 0 1rem; /* top = 3, bottom = 1 */
}
body {
  font-size: 1rem;  /* fixed line-height */
  line-height: 1.5rem;  /* line-height = 1.5 x font-size (recommanded) */
  line-height: 1.5;
}