:root {
  --maincolor: #eb0d8a;
  --secondcolor: #eb0d8a;
}
body.darktheme {
	--maincolor: #ff0088;
}