/* Mobile */
body {
font-family: 'Indie Flower', cursive;
}


#content {
    width: 100%;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Indie Flower', cursive;
	line-height: 24px;
	color: #22222;
}


p { text-align: center; 
    color: #222222;
}

h1 {  
    text-align: center; 
    margin-top: 100px; 
	margin: 2em 0 1em 0;
	color: #222222;
}


h3 {  
    text-align: center; 
    margin-top: 100px; 
	margin: 2em 0 1em 0;
	color: #222222;
}



#zen1,
#zen1 img {
	max-width: 100%;
}


/* Desktop */
@media (min-width: 500px) {
	

	#content {
		width: 500px;
		margin: 0 auto;
		text-align: center;
		font-family: 'Indie Flower', cursive;
	    line-height: 24px;
	    color: #ffffff;
	}
	
}

