body {
	background-color: lightgray;
	font-family: Typewriter;
	color: black;
	font-size: 16px; 
}

@font-face {
  font-family: Typewriter;
   src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"),
   url("../fonts/tw_font.ttf");
}

a:link {
  color: darkcyan;
} 

a:visited {
  color: darkred;
}

.footer {
	background-color: lightgray;
	font-family: Typewriter;
	color: black;
	font-size: 11px;  
}

.footer p {
  margin: 0;
}

.footer::after {
  content: "Last Update: 18.07.2025 - 16:18:20";
}