body { background-color:#FFF }

h1 { font-family: 'Carter One', cursive;line-height:1.5em; }

h2, h3 { line-height:1.5em; }

p { line-height:1.75em; }


.tebel { font-size:large; margin-top:10px; text-align:center; }


.home2 { padding-top:100px; padding-bottom:100px; background-color:#f0f0f0; }

.home3 { padding-top:100px; padding-bottom:100px; }




/* bounce */



@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

/* end bounce */