body {
  padding: 2%;
  margin: auto;
  max-width: 1024px;
  background-color: #282a36;
  color: #f8f8f2;
  font-family: monospace;
  font-size: 1.2em;
  line-height: 1.5em;
  hyphens: auto;
}

nav {
  margin-bottom: 3em;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  font-size: 1.2em;
  font-weight: bold;
  color: #50fa7b;
  float: right;
}

nav li:before {
  content: "> ";
}

footer {
  margin-top: 3em;
  text-align: center;
}

h1,h2,h3,h4 {
  color: #50fa7b;
  font-size: 1.2em;
  line-height: 1.5em;
}

h1:before {
  content: "# ";
}

h2:before {
  content: "## ";
}

h3:before {
  content: "### ";
}

h4:before {
  content: "#### ";
}

a {
  color: #bd93f9;
  text-decoration: none;
}

a:hover {
  color: #FF4F00;
}

code {
  word-break: break-all;
  color: #FF4F00;
}

dt {
  font-weight: bold;
}

.center {
  display: block;
  margin: auto;
}
