/* Make the font bigger. */
* {
   font-size: 16px;
   line-height: 1.5;
}

p { display: block;
		line-height: 1.5;
	}

/* For footer. */
body { padding-bottom: 70px; }