/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}