.img {
	/*border: 0px solid #ddd;*/
	border-radius: 8px;
	border: 2px solid #E5D8CF;
	/* border-radius: 4px;
	padding: 4px;
	width: 120px; */
	width:140px;height:90px;

}

.img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.div-li{
	margin:10px; 
	margin-bottom: 15px; 
	text-align:right;

}

.div{
	border-radius: 8px;
    background-color: #eeeeee;

}

.font-style{
	border-radius: 4px;
	background-color: #ffffff;
	margin-top: 20px; 
	font-weight: 400;
	color:#333;
	letter-spacing: 1px;
	text-align: right;
	font-size:30px;
}
