@font-face {
  font-family: 'PxPlus IBM VGA';
  src: url('PxPlus_IBM_VGA8.ttf') format('truetype');
}

body {
  background-color: #000000;
  color: #00ff00;
  font-family: 'PxPlus IBM VGA', 'IBM Plex Mono', monospace;
  margin: 0;
  padding: 10px;
  line-height: 1.5;
  height: 100%;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ff00ff;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ff00ff;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 15px 0;
  color: #ff00ff;
}

code, pre {
  color: #00ffff;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ff00ff;
}

a {
  color: #ff00ff;
  text-decoration: underline;
  text-decoration-color: #00ffff;
}

a:hover {
  color: #ff00ff;
  text-decoration: underline;
  text-decoration-color: #00ffff;
  outline: 1px solid #00ffff;
}

u {
  color: #00ff00;
  text-decoration: underline;
  text-decoration-color: #00ffff;
}

details {
  margin: 10px 0;
  padding-left: 15px;
  position: relative;
}

details::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #ff00ff;
}

summary {
  cursor: pointer;
  color: #00ff00;
  font-size: 1em;
  outline: none;
  text-decoration: underline;
  text-decoration-color: #00ffff;
}

summary:hover {
  color: #00ff00;
  outline: 1px solid #00ffff;
}

details[open] summary {
  margin-bottom: 10px;
}

hr {
  border: none;
  border-top: 1px solid #ff00ff;
  margin: 10px 0;
}
