/* -------------------------------------------------------------- 
   
confetti.css
* Version:   1.0 
* Creator:   Richard MacLemale

CONTENTS

Google Fonts
    
	
-------------------------------------------------------------- */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Acme');


h1 {font-family: 'Anton'; font-size: 3em; color: #54834a}
h2 {font-family: 'Anton'; font-size: 1.6em; color: #54834a}
h3 {font-family: 'Anton'; font-size: 1.2em; color: #54834a}
p {font-family: 'Acme'; font-size: 1.7em;  color: #54834a}

.pcs_flyer_body {border: 2px solid #54834a; box-shadow: 5px 5px 10px gray}
