<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
  <head>
    <title>Title Page</title>
    <link href="../css/idGeneratedStyles.css" rel="stylesheet" type="text/css" />
    <link href="../css/epub3.css" rel="stylesheet" type="text/css" />
  </head>
  <body epub:type="frontmatter">
    <section epub:type="titlepage">
      <div class="fullpage">
        <img src="https://res.cloudinary.com/dp3vh1rtl/image/upload/v1605036932/titlepage.png" alt="titlepage" />
      </div>
    </section>
  </body>
</html>
.fullpage {
  width:100%;
  text-align:center;
  page-break-inside:avoid !important;
  page-break-after:always !important;
}
.fullpage img {
  display:inline-block;
  width:100%;
  margin:0 auto;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.