@charset "utf-8"
@font-face{
	font-family: helvetica, serif;
}
html{
	font-family: helvetica, serif;
}
body{
	background-image: url(Images/Background.jpg);
	background-color: rgb(246, 249, 225);
}
header{
	text-align: center;
	color: rgb(246, 249, 225);
	background-color: rgb(13, 31, 17);
	padding-top: 2%;
	padding-bottom: 2%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}
header h1{
	padding-top: 1%;
	padding-bottom: 2%;
	padding-left: 40%;
	font-size: 2em;
	letter-spacing: 0.15em;
	text-align: left;
}
body section h1{
	background-color: rgb(13, 31, 17);
	color: rgb(246, 249, 225);
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.15em;
	padding: 1%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}
body section p{
	background-color: rgb(13, 31, 17);
	color: rgb(246, 249, 225);
	text-align: center;
	padding: 1%;
	line-height: 1.5em;
	letter-spacing: 0.125em;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}
img{
	min-width: 120px;
	min-height: 120px;
	max-height: 480px;
	max-width: 480px;
	border: 5px solid rgb(13, 31, 17);
	border-radius: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
}
footer{
	color: rgb(246, 249, 225);
	background-color: rgb(13, 31, 17);
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}
