body {
  background-image: url('/file/image/background-image/stars.gif');
  background-size: auto;
  background-repeat: repeat;
  color: #00ff41;
  text-shadow: 0 0 5px #00ff41, 0 0 10px #00ff41;
}

strong {
    color: #FF0000;
    text-shadow: 0 0 8px #FF0000;
}

code {
    color: #FFF600;
    font-size: 17px;
    background-color: rgba(0,20,0,0.5);
}

h3 {
	color: #CDFF00;
	text-shadow: 0 0 8px #CDFF00;
}

h4 {
	color: #1F7059;
	text-shadow: 0 0 10px #1F7059;
}

a {
	color: #00ff41;
}

a:hover {
  color: #adff2f;
  text-shadow: 0 0 8px #adff2f;
}
a.link {
  color: #00FFE6;
  text-decoration: underline;
  text-decoration-style: dashed;
}
a.link:hover {
  color: #adff2f;
  text-shadow: 0 0 10px #adff2f;
}

hr {
    border-bottom: 3px ridge rgba(0, 255, 65, 0.5);
    box-shadow: 0 0 8px rgba(0, 255, 65, 0.7);
}
#bar {
    border-style: none ridge ridge none;
    border-color: rgba(0, 255, 65, 0.7);
}
.li-aside {
    border-bottom: 2px ridge rgba(0, 255, 65, 0.5);
}
table, th, td {
  border: 1px solid rgba(0, 255, 65, 0.6);
  background-color: rgba(0, 20, 0, 0.5);
}

img {
    filter: grayscale(100%) brightness(1) sepia(50%) hue-rotate(55deg) saturate(800%) contrast(1);
}
img:hover {
    filter: grayscale(0%) brightness(1) sepia(100%) hue-rotate(55deg) saturate(1200%) contrast(1.5);
}
