/*
Author: Fate
*/
body,html {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
	word-wrap: break-word;
	font-family: Titillium Web,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif
}

html {
	color: #fff;
	text-shadow: .15em .15em 0 #060719
}

body {
	display: flex;
	min-height: 100vh;
	background-image: url(../images/homebg.png);
	background-size: cover;
	background-position: center;
	align-items: center;
	justify-content: center
}

main {
	display: table-cell;
	vertical-align: middle
}

main,main .FATE-MY {
	text-align: center
}

main .FATE-MY {
	display: inline-block
}

main .FATE-MY img {
	width: 9pc;
	height: 9pc;
	border-radius: 50%;
	transition: all 1.5s
}

main .FATE-MY .FATE-ME {
	font-size: 3em
}

main .FATE-MY .FATE-Di {
	margin: 8px 0;
	border-style: inset;
	border-width: 1px;
	background: #fff
}

main .FATE-Found,main .FATE-Sign {
	font-size: 18px
}

footer {
	height: 8%;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	font-size: 1em;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.2)));
	text-align: center;
}

a:link,a:visited {
	color: #fff;
	text-decoration: none
}

a:-webkit-any-link {
	cursor: pointer
}