.dashboard{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap:8px;
}
.dashboard-content{
	padding: 8px;
	font-family: IRANSans;
	background: rgba(20, 20, 20, 0.02);

}