body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333; /* Dark grey */
    background-color: #ffffff; /* White background */
  }
  
  /* Set font-weight for bold text */
  strong, b {
    font-weight: 600;
  }

  h2 {
    margin-bottom: 10px;
  }
  h3 {
    margin-bottom: 0px;
  }
  p {
    margin-top: 0px;
  }
  p.eventDetails {
    font-size:12px
  }