<!DOCTYPE html>
<style>
@page {
margin: 33px;
}
@page :first {
margin: 100px;
}
body {
background: yellow;
}
</style>
Large margins on the first page.
<div style="break-before:page;">
Default margins on the second page.
</div>