body {
	background-image: url(https://www.omniquiz.nl/images/omniquizachtergrond.webp);
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.item-title {
    color: white;
}

/* Change the color of the modified date text */
.modifiedTime, .modified, dd.modified {
    color: #ffffff; /* Replace with your preferred hex color code */
}