p {
	color: #eee;
	font-size: min(4vw, 4vh);
}

a, a:active, a:visited {
	color: #eee;
}

a:hover {
	text-decoration: underline;
}