/* Add any custom css for the ebook here */ #dedication-1, #dedication-2, #dedication-3 { margin: 3em 1em 1em 1em; } /*This is to suppress the heading in the dedication/epigraph*/ #dedication-1 > h1, #dedication-2 > h1, #dedication-3 > h1 { display: none; } #dedication-1 > p, #dedication-2 > p, #dedication-3 > p { font-style: italic; text-align: center; text-indent: 0; margin-top: 1em; } .newspaper > p { font-family: system-ui, Helvetica, sans-serif; font-size: 0.9em; text-indent: 0em; } .emoji { font-family: system-ui, Helvetica, sans-serif; font-style: normal; font-size: 0.9em; } /*full page images like covers and title patch*/ .full_page_images { text-align: center; overflow: hidden; padding: 0px; margin: auto; height: 99%; height: 99vh; width: 100%; } .full_page_images img { height: 99%; } .full_page_images img { /*overrides the previous setting, but only in newer systems that support CSS3 */ height: 99vh; }