footer { font-size: 90%; }
/* darkmode */
@media (prefer-color-scheme: dark) {
}

header {
	background: #000000;
	
}

header a {
	color: #F9CE08;
}

body {
	background-image: url("https://i.postimg.cc/nhnpxWb9/newDRL.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #434343;
}
