.inter span{
	display: block;
}

.container{
	border-style: groove;
	border-radius: 14px;
}
.coor p{
	line-height: 3;
	display: block;
	font-family: Georgia, serif;
}
 .app{
 	margin-top: 30px;
 	width: 309px;
    height: 486px;

 	border-radius: 5px;
 	padding-left: 19px;
 	padding-right: 15px;
 	padding-top: 15px;
 	background: white;
 }
 .app img{
 	
 	
	 width: 249px;
	 height: 235px;
	 border-radius: 9.25rem!important;
 }

 .app p{
 	text-align: center;
 }
 .app img:hover{
 	opacity: 0.8;
 }
 .cnt{
	 border-color: #3CD7AE;
	 margin-top: 2px;
 }

 .cnt:hover{
	 background-color: #3CD7AE;
 }
 .cnta{
	border-color: #3CD7AE;
	margin-top: 2px;
	height: 359px;
}
.cntm{
	border-color: #3CD7AE;
	margin-top: 2px;
	height: auto;	
}

 
 .app h3{
 	text-align: center;
 	font-family: "Kaushan Script", cursive !important;
     font-size: 25px;
     margin-top: 15px;

 }
 .app p:hover{
    color: #08DED8;
    border-bottom: 3px solid grey;

 }

