div.title {
  text-align: center;
  font-weight: bold;
}
div.edition{
  text-align: justify;
  font-size: 85%;
}
p {
  text-indent: 0;
}
p.title {
  font-size: 200%;
  margin-bottom: 0;
}
p.author {
  font-size: 150%;
  font-style: italic;
  margin-top: 2em;
}
p.date {
  font-size: 120%;
}
p.logo {
  float: right;
  max-width: 30%;
  margin: 10px;
}
p.logo img {
  max-width: 100%;
  max-height: 200px;
}

img.photo {
  max-width: 80%;
}

div.pagebreak {
  page-break-before: always;
  height: 0;
  padding: 0;
}
