body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: white;
  margin-top: -10010px;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
h1 {
  margin-top: 10010px;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #39ee14;
}
h1::before {
  content: "# ";
}
h2::before {
  content: "## ";
}
h3::before {
  content: "### ";
}
h4::before {
  content: "#### ";
}
h5::before {
  content: "##### ";
}
h6::before {
  content: "###### ";
}
p {
  text-align: justify;
  font-size: 2.7ch;
}
blockquote {
  font-size: 2ch;
}
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table,
th,
td {
  border: 1px solid white;
  padding: 10px;
}
pre {
  background-color: #282a36;
  color: #f8f8f2;
  display: block;
  border-radius: 5px;
  padding: 5px;
}
code {
  background-color: #282a36;
  color: #f8f8f2;
  border-radius: 5px;
}
a {
  color: cyan;
  text-decoration: none;
}
