/* Site-specific CSS goes here */

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

#tweets {
    max-height: 490px; 
    overflow-y: scroll;
}
