header {
    text-align:center;
    color:white;

    margin:0px auto;
    padding:0px;

    font-family: 'Chonburi', cursive;
}

footer{
    color:white;

    font-family: 'Chonburi', cursive;
}

.content{
    font-family: 'Acme', sans-serif;
    padding-left: 5px;
}   

div.content p{
    font-size:20px;
}



.right{
    font-family: 'Righteous', cursive;
}

.central { /*this will center anything I want to be centered*/
    text-align:center;
}

