@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Secular+One&display=swap');

.appybanner {
	text-align: center;
}
.appybanner-bg1 {
	background-image: url("../images/appy/green-1.jpg");
}
.appybanner-bg2 {
	background-image: url("../images/appy/green4.jpg");
}
.appybanner-bg3 {
	background-image: url("../images/appy/green3.jpg");
}
.appybanner-bg4 {
	background-image: url("../images/appy/green2.jpg");
}
.appybanner h1 {
	font-family: 'Fredoka One', cursive;
	font-size:2em;
	color:#fff;
}

.appycontent{
	
	margin:0px;
	padding:0px;
}
.appytext{
	text-align:center;
	color:#3a923f;
}
.appytext h1{
	font-family: 'Fredoka One', cursive;
	font-size:2em;
	margin:40px 0px;
	color:#3a923f;
}
.appytext p{
	font-size: 18px;
	font-family: 'Secular One', sans-serif;
	color:#3a923f;
}
.img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}




.ff{
	text-align:center;
}
.ff img{
	width:70%;
}
.title{
	font-family: 'Fredoka One', cursive;
	font-size: 24px !important;
	text-align:center;
	margin-bottom:40px;
}