@charset "ISO-8859-1";
:root {
	--phuxuan-color: rgb(33, 93, 191);
	--phongchau-color: rgb(61, 187, 160);
	--pcpx-background-color: rgb(255, 230, 253);
}

nav {
	background-color: var(--phuxuan-color);
	display: flex;
	padding-bottom: 12px;
	height: 25px;
	margin-bottom: 4px;
}

nav ul {
	padding: 0;
	list-style-type: none;
	flex: 2;
	display: flex;
}

nav li {
	display: inline;
	text-align: center;
	flex: 1;
	font-size: 2rem;
}

nav a {
	display: inline-block;
	font-size: 2rem;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--pcpx-background-color);
}