body {
	font-family:Helvetica;
	text-align: center;
	margin:100px 0;
	 background-color:#D4F0CC;
}



hr {
	margin-top: 150px;
	margin-bottom: 25px;
	border-top: 5px dotted black;
	border-bottom: none;
}

img, video {
	width:100%;
	max-width:800px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#9CC78F;
	border-radius: 40px;
}

h1, h2, h3 {
 font-family: "Rubik Doodle Shadow", system-ui;

}

h1 {
	font-size:60px;
	margin-top:10px;
	background-color:#F9F7EB;
}

h2 {
	font-size:40px;
	margin-top:10px;
	margin-bottom:60px;
	background-color:#F9F7EB;
}

h3 {
	font-size:30px;
	text-transform: uppercase;
	margin-top:80px;
}



p {
	font-size:24px;
	margin:auto;
	padding:30px;
	padding-bottom:50px;
	max-width:700px;
	text-wrap:pretty;
}

.caption {
	font-size:20px;
	font-style: italic;
	padding-bottom:50px;
	padding-top:10px;
}
