body {margin: 0; padding: 0; background-color: #fdee68; font-family: Arial, sans-serif; font-size: 16px; color: #000; text-align: center; }

a {color: #555; text-decoration: none; }
a:hover {color: #000; text-decoration: none; }
.imgwidth {width: auto; height: 23%; } 

#text {font-size: 1.1rem; text-align: center; position: relative; }
#textuz {font-size: 1.0rem; text-align: center; position: relative; margin: 1em; }

@media (max-width: 980px) { /* Für Smartphones (max. 768px Breite) */ #text, #textuz {font-size: 1.5rem; /* Schriftgröße anpassen */}}
h1 {font-size: 2.0em; /* 2.0-fache der Basisgröße (32px) */}

