body {
  background-color: #000000;
  background-size: 100% 100%;
  color: rgb(0, 255, 21);
  font-family: "Comic Sans MS";
}

h1, p, h2, h3, h4 {
  text-align: center;
}

a {
color: rgb(0, 255, 21);
}

footer {
text-align: center;

}

div.content {
margin:0 auto;
padding:0 17px;
border:3px dashed rgb(0, 255, 21);
box-shadow:0 0 20px #51ff00;
max-width:1000px;
font-size:19px;
line-height:23px;
background:#00ccff3A;
}

img.center {
display:block;
margin:auto;
min-width:400px;
min-height:400px;
}
img.center_noresize {
display:block;
margin:auto;
}

h1.title { 
color: rgb(0, 255, 21);
text-shadow: 0px 0px 10px cyan;
}