
:root
{
	--background-green: #098A3C;
	--background-white: white;

	--green: #098A3C;

	--nav-green: #098A3C;


	--background-blue: #098A3C;
	--background-white: white;
	--blue: #098A3C;
	--nav-blue: #098A3C;
}

#facts
{
	background: white;
}

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


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

.nav-button span 
{
    background: #098A3C;
}