body {
	font-family: League Gothic;
	font-size: 24px;
	line-height: 1.5;
	
	background-color: rgba(95, 188, 170, 0.35);
	color: #3d998e;
	margin: 100px auto 100px auto;
	width: 620px;
}

a {
color: #ff5e1f;
  text-decoration: none;
}

a:hover {
  margin: 0 0 0 20px;
  transition: margin 5s;
}

h1 {
	font-size:36px;
	font-weight: 800;
  color: #ffffff;
}

h2 {
  	font-size: 26px;
	font-weight: 800;
  color: #004d9d;
}
h3{ 
	font-size:18px;
	font-weight: 400;
  color: #33679d;
  margin: 50px 0 50px ;
  float: left;
}


img {
  width: auto;
  height: auto;
margin: 0 0 50px ;
}


link{
  rel="icon" 
      type="image/png" 
      href="clownfavicon.ico">
} 