
h1 {
	font-family: Helvetica;
	text-align: center;
	color: #525252;
}

h2 {
	font-family: Helvetica;
	text-align: center;
	color: #525252;
	font-style: italic
	
}	
	
h3 {
	font-family: Helvetica;
	text-align: center;
	color: #525252;

}
h4 {
	font-family: Helvetica;
	text-align: center;
	color: #525252;
	font-style: italic

}
	
img {
	  max-width: 60%;
	  height: auto;
	  border-radius: 10px;
	}
	
video {
	max-width: 60%;
	  height: auto;
	  border-radius: 10px;
}

body {
	font-family: Helvetica;
	text-align: center;
	color: #646464;
	margin-left: 12%;
	margin-right: 12%;
	
	
}
p {	font-family: Helvetica;
	text-align: center;
	color: #646464;
}