body{
	margin: 5px ;	
	padding: 5px ;	
	font-size: 16px ;		
	line-height: 1.6;	
	max-width:900px;
 	align: center ;	
}


img{
	 margin:5px 5px;
	 height:auto;
 	 text-align: center ;
}


a{
color: deepskyblue;
text-decoration: none;
}




p{
       margin:10px 10px;
}



.box{
	border:skyblue dashed 3px;
	padding-left: 10px ;	
	align:center;
}




@media screen and (min-width:768px){




body{
	margin: 5px ;	
	padding: 5px ;	
	font-size: 14px ;		
	line-height: 1.6 ;	
	max-width:710px;
 	align: center ;	
}





}

