.neon-card {
  border: 1px solid #00ff66;
  box-shadow: 0 0 15px #00ff66;
}
.neon-table {
  width: 100%;
  border-collapse: collapse;
  background: #111;
  color: #00ff66;
  box-shadow: 0 0 15px #00ff66;
}
.neon-table th, .neon-table td {
  padding: 10px;
  border: 1px solid #00ff66;
}
.neon-btn {
  background: transparent;
  border: 1px solid #00ff66;
  color: #00ff66;
  padding: 6px 15px;
  cursor: pointer;
  box-shadow: 0 0 10px #00ff66;
}
img { max-width:100%; display:block; }