@media print {
body {
font-family: "Times New Roman", serif;
color: black;
background: white;
}
nav, footer, ul {
display: none; /* Navigation und Footer ausblenden */
}
}