@font-face {
    font-family: 'P052-Bold';
    src: url('P052-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
  margin: 0px;
  background: #FDF8F6;
}

.header h1 {
  font-size: 16pt;
}

.header h2 {
  font-size: 12pt;
}

.header h3 {
  font-size: 10pt;
}

.header {
  text-align: center;
  background: #FFF0EA;
  padding: 5px;
  margin-bottom: 20px;
  font-family: P052-Bold, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
