html {
	background-color: #000022;
	align: center;
}

body {
	max-width: 120rem;
	margin: auto;
}

#WebHeader {
	display: flex;
	justify-content: space-between;
}

#WebHeader div{
	color: cyan;
}

#FoxPartyDcLink{
	color: cyan;
	text-decoration: none;
	font-size: 2rem;
	display: flex;
}

#FoxPartyDcLink img{
	height: 3rem;
	border-radius: 0.5rem;
}

#WebTitle {
	font-size: 2rem;
}