body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0;
	margin-bottom: .5em;
	font-family: 'Archivo Narrow', sans-serif;
	color: yellow;

}

h1 {
	font-size: 80.5px;
	margin-bottom: 0em;
	text-align: center;

}

h2 {
	font-size: 30px;
	text-align: center;

}

section#first_section {
	background-image: url(https://i.ytimg.com/vi/rzbpFcqQhlI/maxresdefault.jpg);
	background-size: 50%;

	height: 480px;
	padding-top: 150px;
	padding-bottom: 200px;
	box-sizing: border-box;
}

h3, h4{
	font-size: 40px;
	padding-top: 27px;
	text-align: center;
	padding-bottom: 12px;

}

section#second_section {
	background-color: #AFEEEE;
	height: 646px;
	box-sizing: border-box;
	padding-top: 13px;
}

div#first {
	margin: auto;
	width: 960px;
}

p {
	font-size: 18px;
	margin-bottom: 16px;
}


#second_section img{
	float: right;
	width: 400px;
	height: 300px;
	margin-left: 40px;
	margin-bottom: 17px;
}

section#third_section{
	background-color: #F999FF;
	height: 679px;
	box-sizing: border-box;
	padding-top: 13px;
}

div#second {
	margin: auto;
	width: 960px;

}

h5{
	font-size: 20px;
	font-family: 'Archivo Narrow', sans-serif;
	margin-left: 184px;
}

h6{
	font-size: 15px;
	font-family: 'Archivo Narrow', sans-serif;
}

#second img{
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 13px;
	margin-bottom: 23px;

}

div.first_column{
	width: 45%;
	float: left;
}

div.first_column div{
	clear: both;
}

div.second_column{
	width: 45%;
	float: right;
	margin-right: 47px;
}

div.second_column div{
	clear: both;
}

#second p{
	font-size: 18px;
}

section#fourth_section{
	background-color: #F8008F;
	height: 413px;
	box-sizing: border-box;
	padding-top: 13px;
}

section#fourth_section div{
	margin: auto;
	width: 700px;
}

section#fourth_section p{
	font-size: 27px;
	text-align: center;
}

section#fifth_section{
	margin: auto;
}

section#fifth_section div p{
	margin: auto;
	width: 960px;
	padding-top: 39px;
	color: white;
}

div.icons{
	margin-right: 157px;
	color: white;
	font-size: 30px;
	float: right;
	padding-top: 20px;
}