body { 
    font-size: 16px; 
    max-width: 750px; 
    margin: 50px auto; 
    padding: 0 20px; 
    line-height: 1.6; 
    font-family: "Verdana"
}
img, video, object { max-width: 100%; height: auto; }
.meta { color: #666; font-size: 0.9em; }



/* Helpers you can drop on any <img>/<video> in a post's markdown */
.half   { width: 50%; }
.center { display: block; margin: 0 auto; }
