The CSS property box-decoration-break can be used to repeat margins and paddings on all pages.
.page { box-decoration-break: clone; padding-top: 1.5in; padding-bottom: 1.5in; page-break-after: always; }