/* pitch-deck/css/print.css */
@page {
    size: 1920px 1080px; /* Define a custom page size that matches our 16:9 design aspect ratio */
    margin: 0; /* No margins */
}

body {
    /* This can help ensure the body takes up the full page size in the PDF */
    width: 1920px;
    margin: 0;
    padding: 0;
}