:root {
  color-scheme: light dark;
}

body {
	color: light-dark(#181855, #bada55);
	text-align: center;
	height: 100%;
	background-image: url("background_p2.svg"),
			  url("background_p1.svg"),
			  linear-gradient(to bottom right, light-dark(#77d4ff, #010022), light-dark(#ffe387 ,#420357));
	background-size: 100%, 100%, auto;
 	background-repeat: no-repeat, no-repeat, no-repeat;
	background-attachment: fixed;
	background-position: top left, right, left;
}
