.conteiner{
	display:flex;
	align-items: center;
	justify-content: center;
}
.slider{
	width: 500px;
	height: 300px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.img{
	display: none;
}
.img.curry{
	display: block;
}
a{
	text-decoration: none;
	color:#FD7EAD;
	margin: 20px;
}
img{
	width: 500px;
	height: 300px;
}