@media (prefers-color-scheme: dark) {
  body {
    color: #eeeeee !important;
    background: #1a1e21 !important;
    }
    table {
    	color: #d1d5ff !important;
    }
    svg {
    	fill: #eeeeee !important;
    }
    a:link {
	    color: #80b3ff !important;
    }
    a:active {
    	color: #5599ff !important;
    }
    a:visited {
    	color: #5f8dd3 !important;
    }
    img {
    	filter: invert(1);
    }
}
body {
	background: white;
	color: black;
	font-size: 1.18rem;
}
section  {
    font-family: "Georgia";
}
a:visited {
	color: #3771c8;
}
.emptyspace {
  margin: 4rem 0px;
}