@charset "UTF-8";
body img {
    color: #007E22;
	border:  2px solid #B4A200 ;
	margin: 14px;
  filter: drop-shadow(8px 8px 10px rgba(50, 0, 0, 0.5));
}
body {
	background-color: #007E22;
	background-image: URL(IMG/bg_green.png);
	width: 800px;
    margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20;
	color: black;
}
p {
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	align-content: center;
	text-align: center;
	margin: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}

.left{
	align-content: left;
	text-align: left;
}
.footer{
	align-content: left;
	align-content: space-between;
}
.video {
	margin: 14px;
	border-style: solid;
	border-color: #B4A200;
}
a:link {
	color:#074500;
}
a:visited {
		color:#24351D;
}
