
body {
    background-color: rgb(200,200,200);
    color: rgb(0,0,0);
    font-family: 'Amatic SC', cursive;
    text-align: center;
    font-size: 42px;
}

#content {
    display: block;
    margin-left: auto;
    margin-right: auto
}

header {

}

footer {
	font-style: italic;
	font-size: 90%;
}
