
.image-container {
text-align: center; /* Center-align all images */
margin-top: 0;
}
.button-container {
text-align: center; /* Center-align the buttons */
margin-top: 20px;
}
img {
display: block;
margin: 0 auto;
}
.buttons-row {
display: flex;
justify-content: center;
gap: 10px; /* Add space between buttons */
}
.button {
background-color: #1de6e6 !important;
padding: 10px 20px;
color: white;
text-decoration: none;
border-radius: 5px;
}
.events-container {
text-align: justify;
min-height: 100px;
background-color: #f4f4f4;
padding: 12px;
margin-top: 20px;
}