@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
body {
  background: radial-gradient(circle at center, #0a0014 0%, #000 100%);
  color: #d0d0d0;
  font-family: "Press Start 2P", monospace;
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 2px rgba(0, 255, 255, 0.3);
}

header, footer {
  text-align: center;
  padding: 30px 10px;
}

.logo {
  display: block;
  margin: 0 auto 15px;
  width: 240px;
  image-rendering: pixelated;
}

nav a {
  margin: 0 10px;
  color: #00ffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #ff00ff;
  text-shadow: 0 0 8px #ff00ff;
}

main {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background: rgba(10, 0, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
  border-radius: 6px;
}

h1, h2, h3 {
  color: #ff00ff;
  text-shadow: 0 0 10px #ff00ff;
}

a {
  color: #00ffff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #ff00ff;
  text-shadow: 0 0 10px #ff00ff;
}

.post h1 {
  color: #ff00ff;
  border-bottom: 1px solid rgba(255, 0, 255, 0.4);
  padding-bottom: 8px;
}

footer {
  color: #00ffff;
  font-size: 10px;
  text-shadow: 0 0 4px #00ffff;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 2px);
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
