body {
	font-family: system-ui;
	background-color: #B9D9EB;
	color: black;
	min-height: 101vh;
	margin: 0;
	text-decoration: none;
	text-align: center;
	width: 100%;
	cursor: &#9992;
}
#allContent
{z-index:-5;}

.dark-mode {
  background-color: black;
  color: white;
}
