body {
background-color: #000000;
}

footer {
background-color: #000000;
border-top: 1px solid #ffffff;
display: flex;
font-size: 12px;
justify-content: center;
width: 100%;
}

footer > div {
padding: 21px;
}

footer > div > a {
color: #ffffff;
text-decoration: none;
}

footer > div > span {
color: #ffffff;
margin-left: 3px;
margin-right: 3px;
}

header {
background-color: #000000;
border-bottom: 1px solid #ffffff;
left: 0;
position: fixed;
top: 0;
width: 100%;
}

header > h1 {
color: #ffffff;
font-size: 18px;
text-align: center;
}

main {
margin-top: 75px;
padding-bottom: 18px;
padding-left: 27px;
padding-right: 27px;
}

main > section {
word-break: break-all;
}

main > section > h2 {
color: #ffffff;
font-size: 36px;
}

main > section > h4 {
color: #ffffff;
font-size: 24px;
margin-block-end: 0px;
margin-block-start: 0px;
}

main > section > hr {
margin-block-end: 30px;
}

main > section > ul {
margin-block-start: 9px;
padding-inline-start: 21px;
}

main > section > ul > li {
color: #ffffff;
font-size: 24px;
}

main > section > ul > li > a {
color: #1877f2;
font-size: 24px;
}