body {
	background-color: darkgray;
	color: black;
	font-size: 16px; 
}

.footer {
	background-color: darkgray;
	color: black;
	font-size: 11px;  
}

.footer p {
  margin: 0;
}

.footer::after {
  content: "Last Update: 16.11.2024 - 13:53:35";
}
