body {
    background-color: #fff9c4; /* Zartes, helles Gelb */
	font-family: Verdana, Geneva, sans-serif;
}


/* Comic Sans MS für alle Überschriften */
h1, h2, h3, h4, h5, h6 {
    font-family: "Comic Sans MS", cursive, sans-serif;
}

h2 {
    font-weight: bold !important;
	color: red;
}

