
@import url(http://fonts.googleapis.com/css?family=Special+Elite);

body {
background: #000;
}

#mainContent {
width: 600px;
margin: 200px auto;
color: white;
}

h1 {
font-family: 'Special Elite', cursive;
font-size: 3em;
}

a {
text-decoration: none;
color: yellow;
}
