body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Page wrapper */
.page {
  position: relative;
  width: 100%;
  /*max-width: 1440px;*/
  margin: auto;
}

/* Background image */
.page img.bg {
  width: 100%;
  display: block;
}

/* Overlay text (for replacing text from PDF if needed) */
.overlay {
  position: absolute;
  color: #000;
}

/* Example positioning */
.title {
  top: 8%;
  left: 10%;
  font-size: 32px;
  font-weight: bold;
}

.subtitle {
  top: 15%;
  left: 10%;
  font-size: 18px;
}


@media (max-width: 768px) {
  .title {
    font-size: 20px;
    top: 6%;
  }

  .subtitle {
    font-size: 14px;
  }
}