@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
  background-color: #000;
  color: #00FFAA;
  font-family: 'VT323', monospace;
  font-size: 18px;
  padding: 40px;
  line-height: 1.6;
  text-shadow: 0 0 3px #00ffcc;
}

/* Headings */
h1, h2 {
  color: #00FFCC;
  text-shadow: 0 0 5px #0ff;
  margin-bottom: 10px;
  margin-top: 30px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  border-bottom: 1px dashed #00FFAA;
  padding-bottom: 5px;
}

/* Paragraphs */
p {
  background: #111;
  padding: 10px;
  border-left: 3px solid #00FFAA;
  margin-bottom: 15px;
}

/* List Items */
ul {
  padding-left: 25px;
  margin-top: 10px;
}

li {
  margin-bottom: 8px;
  color: #66ffcc;
}

/* Links */
a {
  color: #00FFFF;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-shadow: 0 0 5px #00ffff;
}

/* Optional: Cursor style */
body, a {
  cursor: crosshair;
}
