::-webkit-scrollbar {
max-height: 8px;
width: 8px
}
::-webkit-scrollbar-thumb {
background: #e17141;
}
::-webkit-scrollbar-track {
background: transparent;
border: none;
border-bottom: none !important;
border-left: 1px solid #ddd;
border-top: none !important
}
header {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
body:has(header) {
padding-top: 80px;
}
body.page .page-content p {
color: #000;
margin: 0 0 20px;
}
body.page .page-content ul,
body.page .page-content ol {
color: #000;
list-style: square;
margin: 0 0 20px;
padding: 0 0 0 20px;
}
body.page .page-content ol {
list-style: decimal;
}
body.page .page-content {
margin: 20px auto 80px;
}
body.page .page-content h2 {
font-size: 32px;
}
body.page .page-content h3 {
font-size: 24px;
}
body.page .page-content h2 a,
body.page .page-content h3 a {
font-family: inherit;
}
body.page .page-content table {
color: #000;
}