body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  background-color: #f0f0f0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.a4-paper {
  width: 70%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.title {
  text-align: center;
}

.subTitle {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

h2 {
  font-size: 17px;
  font-weight: 700;
}

ol {
  font-size: 17px;
  font-weight: 700;
}

ul {
  padding-left: 24px;
  list-style-type: disc;
}

li p {
  margin: 0;
  padding: 0;
}

ol p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

a {
  color: black;
}

a:visited {
  color: black;
}

@media screen and (max-width: 768px) {
  .a4-paper {
    width: 100%;
  }
}
