table, td, tr, img{
	margin: 0;
	padding: 0;
}
main{
	position: relative;
	width: 60vw;
	height: 85vh;
	margin: 0 20vw;
	font-family: "Roboto", sans-serif;
}
main h1{
	position: relative;
	width: inherit;
	height: 10vh;
	margin-top: 5vh;
	text-align: center;
	font-size: 3em;
}
main img{
	position: inherit;
	height: 70vh;
	margin-right: 2vw;
	display: block;
	float: left;
}
main section{
	position: inherit;
	height: 70vh;
	margin: auto 0;
}
main section p{
	position: inherit;
	text-align: justify;
	margin-bottom: 2vh;	
}
main section img{
	position: inherit;
	height: 15vh;
	float: right;
}
