html
{
	--red: #f14a3d;
	--white: #fffcf3;
	--blue: #0e3565;
}

body
{
	background-color: var(--white);
	color: var(--blue);
}
