
/* exhibition_styles.css */
.exhibition-post {
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.exhibition-header {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.exhibition-content {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 400px; /* Adds space before the footer */
}
