
:root
{
	--background-blue: #0b2161;
	--background-white: white;

	--blue: #0b2161;

	--nav-blue: #4b61C1;
}

#facts
{
	background: white;
}

#facts ul li h6
{
	background-color: var (--background-blue);
}


.circle-pic
{
	margin: 50px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 3px solid white;
}

.nav-button span 
{
    background: #4b61C1;
}