body {
  background: white;
  background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 0),
    linear-gradient(rgba(200,0,0,.5) 50%, transparent 0);
  background-size: 30px 30px;
  font-family: 'Times New Roman', Times, serif;
}

.fundraiser-header {
  border: 5px solid #BB2D3B;
  padding: 20px;
  background: #fff; /* Added a white background for content readability */
}

.banner {
  background-color: #008C45; /* Green */
  color: #FFFFFF;
  padding: 5px;
  margin-bottom: 10px;
}

.spaghetti-image {
  /* We will style this further to add the spaghetti image from the poster */
  background: url('/static/spaghetti-dinner.png') no-repeat center center;
  background-size: cover;
  height: 200px;
}


.event-details p, .menu-items p, .ticket-info p, .proceeds-info p {
    border: none;
    background-color: transparent;
    color: #008C45; /* Green color for details */
}

.event-details .where, .menu-items .where, .ticket-info .where, .proceeds-info .where {
    color: #BB2D3B; /* Red color for 'Where' */
}

.ticket-image {
    margin: 10px;
    border: 1px solid #ddd; /* Light grey border */
    border-radius: 4px; /* Optional: for rounded corners */
    padding: 5px; /* Some padding */
    width: 600px; /* Set a fixed width, or make it responsive */
}
/* Additional styling will be crafted to match the poster's festive and elegant theme */
