/* Activate the dark theme here*/

:root{
	--vulavula: black;
    --loaloa: white;
    --smoothBGcol: rgb(28, 39, 39);
	--gradient1:#213841;
    --gradient2:#3487b4;
}

a{
	color: rgb(136, 199, 43);
}