.page-break {
  page-break-before: always;
  /* Or page-break-after depending on placement */
  break-before: page;
  /* Modern equivalent */
}

.my-img {
  max-height: 300px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

.my-instructions li {
  margin-top: 20px;
}

.my-instructions img {
  margin-bottom: 20px;
  max-height: 300px;
}

.my-instructions>li>ol {
  list-style-type: lower-alpha;
}

.my-instructions>li>ol>li>ol {
  list-style-type: lower-roman;
}

.my-instructions>li>ol>li>ol>li>ol {
  list-style-type: decimal-leading-zero;
}

#btn-back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}