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

.blog-item, .item-container, .article-item {
  opacity: 0.85; /* Adjust value between 0.0 and 1.0 */
  background-color: rgba(255, 255, 255, 0.9);/* optional: Adjust background transparency */
}


.item-page, .blog-item {
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 55px;
}

body {
    font-weight: bold;
}

.my-opaque-module {
  background-color: rgba(255, 255, 255, 0.0); /* White background with 70% opacity */
  border: none !important; /* Removes any default borders */
  box-shadow: none !important; /* Removes any default drop shadows */
  padding: 20px;
}
