body{
	overflow-x: hidden;
}
main{
	position: relative;
	height: 90vh;
	transform: translateX(0px);
}
main section{
	position: relative;
	height: 90vh;
	float: left;
	font-family: 'Roboto', sans-serif;

}
main section h1{
	position: inherit;
	margin: 24vh 0 8vh 0;
	font-size: 3em;
	text-align: center;
}
main section p{
	position: inherit;
	margin: 0 2.5vw;
	text-align: justify;
	font-size: 1.2em;

}
main section img{
	position: inherit;
	display: block;
	height: 90vh;
	
}

#s1{
	width: 33vw;
}