* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #242424;
}

.title {
	display: flex;
	flex-direction: row;
	height: 100px;
	line-height: 100px;
	font-size: 35px;
	margin: 20px;
	justify-content: center;
}

.title img {
	width: 100p;
	height: 100px;
	border-radius: 50px;
}

.Cat {
	width: 300px;
	height: 300px;
	border-radius: 400px;
	box-shadow: 0 0 30px 7px #666;
	display: block;
	margin: 40px auto;
}

.link {
	display: flex;
	height: 50px;
	line-height: 50px;
	flex-direction: row;
	margin: 50px 20px;
	justify-content: center;
}

.link p {
	color: #666;
	flex: 0.1;
	font-size: 30px;
}

.link img {
	margin: 0 15px;
}

.link a {
	text-decoration: none;
	font-size: 22px;
	color: #666;
	flex: 0.1;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}