/*********************basic config**************************/

* {	margin: 0px; padding 0px; text-decoration: none; font-family: sans-serif;}
a,a:visited,a:hover,a:active{color: inherit}
.red{border: solid 1px red}
.none{display: none;}

.page{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.links_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	border: solid 1px #9d9090;
	height: 200px;
	width: 160px;
	margin: 10px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6);
	background-image: linear-gradient(#c3c3c3, #633131 ) ;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

.links_item img{
	height: 50px;
}
