body {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}
.document {
  max-width: 800px;
  margin: 20px auto;
  padding: 40px;
  border: 1px solid #ccc;
  background: #fff;
}
.header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.header h3 {
  display: inline-block;
  margin: 0;
}
.header img {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
p,
li {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.fw-bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
