h1 { 
  text-align: center;
  font-size: 3ex;
  font-family: monospace;
  letter-spacing: 0.1em;
  margin: 10mm;
}
h2 {
  font-size: 2ex;
  font-weight: normal;
  font-style: italic;
}
.data {
  border-top: 8px solid lavender;
  border-bottom: 8px solid lavender;  
  margin-left: 10%;
  margin-right: 10%;
}
.footer {
  margin-top: 2ex;
  text-align: right;
  font-size: 70%;
  font-style: italic;
  font-weight: bold;
  margin-right: 10%;
}
.copyright {
  margin-top: 3ex;
  text-align: left;
  font-size: 75%;
  margin-left: 10%;
}
.fields {
  margin-left: 5%;
  font-size: 100%;
  font-family: monospace;  
}
body {
  background: #ccc;
}


