.baslik{
	padding-top: 20px;
	text-align: center;
	color: #2196f3;
	font-weight: bold;
	font-size: 16px;
}
.resim{
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}
.make-it-slow{
	 box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}
.make-it-slow:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
