body{
	font-family:"Muli",Arial;
	max-width:1200px;
	margin:auto;
	font-size:12px;
}

h1,h2{margin:0;}

.category{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
}
.category>.trader{
	background-color:#F8F9FE;
	margin:6px;
	padding:10px;
	text-align:center;
	width:230px;
	min-height:76px;
	border-radius:4px;
}

h1{
	text-align:center;
	margin:20px;
	font-size:30px;
	color:rgb(216, 149, 48);
	border-bottom:solid 2px;
	padding-bottom:10px;
}

h2{
	font-size:16px;
}
.trader img{
	width:25px;
	height:25px;
	vertical-align:middle;
	margin:4px;
	cursor:pointer;
	transition:0.2s;
}

.trader img:hover{
	transform:scale(1.2);
	transition:0s;
}

.trader img.link{
	width:21px;
	height:21px;
}