@charset "utf-8";
/* CSS Document */



h1{
		font-size: 20px;
	}

h3 ,h2, h4 {
  
  font-family: 'Bayon', cursive;
	
}

h1{
	font-family: 'Bayon', cursive;
}

p,h5{
	font-family: 'Hanuman',serif;
}

h1,h2,h3,h4:hover{
	transform: scale(1.1);
	text-shadow: 1px 1px 3px gray;
}
img:hover {
  transform: scale(1.1);
	transition: 1s;
}
#footer{
	position:relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	padding: 0px 50px 0px 50px;
	display: flex;
	align-items: center;
	
}

