body {
    background: #e7f9ff;
    background-image: url("../img/bg.gif");
    background-repeat: repeat-x;
    font-family:cursive;
}
p {
    font-style: italic; 
    font-weight: bold; 
    font-size: 12x; 
    line-height: 1.5; 
    font-family: cursive;
}

main {
    text-align: middle;
}
