@import url('https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica');

html {
margin: 0 0 0 0;
background-color: #000;
font-family: 'IM Fell DW Pica', serif;
color: #E6E6E6;
}
body {
}
.page {
padding:50px;
}
.text {
padding: 10px;
clear: both;
}
.center {
text-align:center;
}
a {
color:#E6E6E6;
text-decoration:none;
}
