body {
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
}
#title {
margin-top:150px;
text-align: center;
font-family: 'Lily Script One', cursive;
font-size:70px;
color: #fff;
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}
#content {
text-align: center;
font-family: 'Pathway Gothic One', sans-serif;
font-size:30px;
color: #f0f0f0;
}
#copyright {
margin-top:200px;
text-align: center;
font-family: 'Arial', sans-serif;
font-size:9px;
color: #f0f0f0;
}
a {
color:#f0f0f0;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}