main {
	margin-top: 60px;
}

h1 {
	color: #EC008C;
	margin-top: 40px;
	margin-bottom: 20px;
}

h2 {
	color: #EC008C;
	margin: 40px 0;
}

p {
	color: #FFFFFF;
}

p2 {
	font-size: 16px;
}

p6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000000;
	font-family: Roboto, sans-serif;
}

.joinus {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.joinus-text {
	margin: 0 60px 0 30px;
}

.joinus-text p {
	color: #000000;
	line-height: 24px;
}


/* MOBILE VERSION*/

@media only screen and (max-width: 768px) {
	
	main {
		height: 100%;
		margin-top: 50px;
		margin-bottom: 40px;
		justify-content: center;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 20px;
	}

	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.joinus {
		flex-direction: column;
	}
	
}