.dashbord_main_body{
	width: 100%;
	height: 80vh;
	background-color: #eeee;
	padding-top: 150px;
	display: flex;
	justify-content: center;
}

.dashbord_name{
	width: 25%;

}
.dashbord_name img{
	width: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #666;
}
.dashbord_name h2{
	color: #0C3170;
}
.dashbord_name p{
	padding: 15px 0px 0px 0px;
	font-weight: bold;
}
.dashbord_name button{
	width: 120px;
	height: 35px;
	background-color: #0C3170;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	padding: 5px;
	font-size: 18px;
	margin-top: 20px;
	transition: all ease 0.5s;
}
.dashbord_name button:hover{
	background-color: #e27d0a;
}
.dashbord_area{
	display: flex;
	justify-content: center;
	width: 65%;

}
.club_member_list{
	width: 300px;
	height: 150px;
	margin: 10px 5px 10px 5px;
	background-color: #0C3170;
	color: #fff;
	text-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;

}
.club_member_list i{
	font-size: 35px;
	padding: 10px;
	margin-top: 10px;
}
.club_member_list h1{
	font-size: 20px;
	padding: 10px;
	
}
.box_one{
	background-color: #0C3170;
	transition: all ease 0.3s;

}
.box_one:hover{
	background-color: #04245c;

}
.box_two{
	background-color: #f48b13;
	transition: all ease 0.3s;

}
.box_two:hover{
	background-color: #c76e08;

}
.box_three{
	background-color: #aa1414;
	transition: all ease 0.3s;

}
.box_three:hover{
	background-color: #521313;

}
.box_four{
	background-color: #243bbb;
	transition: all ease 0.3s;

}
.box_four:hover{
	background-color: #425ae2;

}