body
{
	background-color:rgb(0,128,43);
	font-family: "trebuchet MS";
	padding-left: 5%;
	padding-right: 5%;
}
header
{
	background-color:rgb(0,153,25);
	padding:2px;
}
h1 
{
	text-align:center;
	color:rgb(0,77,13);
	font-size:50px;
}
p
{
	font-size:25px;
	text-align:center;
}
img
{
	width:300px;
	height:200px;
}
h3
{
	text-align:center;
	color:rgb(51,255,51);
}
#allmight
{
	justify-content:flex-start;
}
a
{
	color:red
}
a:hover
{
	color:purple
}