/* CSS Document */

h1 {
    color: white;
    background-color: black;
}

p {
    font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
    background-color: green;
}
