*{
	color:brown;
 }

@font-face{
	font-family: 'romantic';
	src: url(../font/romantic.ttf);
}

header{
	margin-left: 70%;
}

h1{
	font-family: 'romantic';
	font-size: 20pt;
	letter-spacing: 10px;
	text-shadow: 2px 2px 6px pink, 0 0 10em pink;
}

ul{
	list-style: none;
	font-size: 10pt;
	line-height: 14pt;
}

a{
	text-decoration: none;
}

a:hover{
	text-shadow: 2px 2px 6px pink, 0 0 10em pink;
}

img{
	width: 40%;
	margin-left: 20%;
	transform: matrix(1, 2, 3, 4, 5, 6);
}

img:hover{
	transform: translate(50%);
	align-items: center;
	border: 1px red;
	box-shadow: 1px 1px 3px pink, 0 0 5em pink;
}

ol li{
	font-family: 'romantic';
	letter-spacing: 5px;
	line-height: 20pt;
}

footer{
	margin-top: 1000px;
}