#container-wrap-wrap {
background-color: black;
background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%);
height: auto;
color: white;
font: 12px Inconsolata, monospace;
background-size: cover;
position: relative;
transition: 1s all
}
#container-wrap-wrap {
text-shadow: 0 0 5px #C8C8C8;
overflow: hidden;
);
}
#container-wrap-wrap::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
::selection {
background: #0080FF;
text-shadow: none;
}
#extra-div-1 {
width: 100%;
height: 5px;
background-color: rgba(0, 255, 0, 1);
position: absolute;
box-shadow: 0px 0px 8px 10px rgba(0, 255, 0, 0.49);
animation-name: marquee;
animation-duration: 5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
overflow: hidden;
}
@keyframes marquee {
0% { top: -1em }
100% { top: 600em }
}
#header h1 span, #header h2 span {
color: rgba(0, 255, 0, 1);
text-shadow: 0 0 5px rgba(0, 255, 0, 1);
}