@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css);

body {
	white-space-collapse: discard;
	background: #CCC;
}
.wrap_item {
	display: inline-block;
	padding-bottom: 10px;
	width: 302px;
	padding-right: 5px;
}
.item {
	border: 1px solid rgba(0,0,0,0.5);
	background: black;
	color: white;
	border-radius: 10px;
}
.item img {
	width: 300px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.item .name {
	text-align: center;
	font-family: "Fira Code";
	padding: 0px 5px;
	padding-bottom: 3px;
}
.item .name .links {
	font-size: 0.75em;
}
.item  a {
	color: white;
	font-size:;
}