body {
    background-color: rgb(114, 214, 247);
    color: rgb(0,0,0);
    font-size: 24px;
    font-family: "La Belle Aurore", cursive;
    text-align: center;
}

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

header {
	
}

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