.title {
	text-align:center;
	margin-top:40px
}

.title > span {
	color:#ff0000;
	font-size:64px
}

.text {
	text-align:center;
}

.text > span {
	color:rgb(0, 0, 153);
	font-size:28px;
}

.link {
	text-align:center;
}

.link > a {
	color:rgb(0, 0, 153);
	font-size:22px;
}