@import url(http://fonts.googleapis.com/css?family=Yellowtail);
@import url(http://fonts.googleapis.com/css?family=Chango);
* {
        margin:0;
        padding:0;
}

body {
        background:#000;
        font-family: 'Chango', cursive;
        color:red;
}
p {
        text-align:center;
        padding:10px 0px;
}

h1 {
        margin:15px 0px;
        text-align:center;
}
h2 {
        font-family: 'Yellowtail', cursive;
        text-align:center;
        font-size:25pt;
}

