
/* single page css */

body { background: white; color: black; font: 18px Helvetica, Arial, sans-serif; text-align: center; }

.page { margin-top: 5em; }

h1 { font-size: 2em; margin: 0; }

.footer { font-size: .75em; margin-top: 3em; margin-bottom: 5em; }

a { color: #3f96bd; text-decoration: none; }

.img-circle { border-radius: 50%; }
