/* Activate the light theme here*/

:root{	
	--vulavula: #ffffff;
    --loaloa: #000000;
    --smoothBGcol: rgb(192, 216, 214);
	--gradient1:#7cabb9;
    --gradient2:#2d5b6d;
}

a{
	color: rgb(34, 109, 179);
}