#eventContainer {
    display: none;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20px;
    color: white;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #ddd;
    letter-spacing: 0;
    padding: 18px 18px 64px 18px
 }

#eventContainer> p:first-child {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

 #eventContainer img{
     max-width: 50%;
    height: auto;
    margin-bottom: 20px;
 }

.share-buttons {
  margin-top: 20px;
}

#downloadButton { 
  display: block;
  margin: 10px auto;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  width: 80%
}