body {
	background-color: #000;

	color: #fff;
}

.container {
	max-width: 130rem;
	padding: 2rem;
	margin: 0 auto;
}

.b-header {
	color: var(--or-1);
	text-align: center;
	margin: 20px 0;
	font-size: 20px;
}

.comp-b-con {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.tsk {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
}

.tsk a {
	color: #fff;
}

.tsk a:hover {
	color: #903eff;
}

.tsk-con {
	border-left: 6px solid #903eff;
	margin: 20px 0;
	padding-left: 20px;
}

.camp-button {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	padding: 15px 10px;
	max-width: 220px;
	text-transform: uppercase;
	background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
	margin: 30px auto 10px;
}

.camp-button:hover {
	color: #ffffff;
	background: linear-gradient(45deg, #3e19ff 0%, #903eff 100%);
}

.bounty-tasks {
	display: flex;
	justify-content: space-between;
}

.task {
	border: 2px solid #ffffff67;
	margin: 20px 0;
	width: 32%;
}

.task p,
li {
	font-size: 14px;
}

.task img {
	margin: auto;
	display: block;
}
.task ul {
	margin-top: 20px;
}

.task li {
	list-style: disc;
	list-style-position: inside;
}

.bh-p {
	text-align: center;
	font-size: 14px;
}

.twitter-header {
	background-color: #1dccff;
	padding: 10px 0;
}

.facebook-header {
	background-color: #35599f;
	padding: 10px 0;
}

.youtube-header {
	background-color: red;
	padding: 10px 0;
}

.task-article {
	padding: 20px 10px;
}

.team-members {
	max-width: 1300px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.team-mem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-mem img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 20px;
	object-fit: cover;
}

.mem-position {
	font-size: 16px;
}

.mem-name {
	font-size: 14px;
	color: #9c5af8;
	font-weight: bold;
}
