/*
Theme Name: generatepress-child
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on generatepress.
Author: John
Author URI: [Your website URL or leave it blank]
Template: generatepress
Version: 1.0
*/

/* Custom styles go below this line */


/* Target the specific page by its ID */
.page-id-119 .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.page-id-119 header {
    width: 100%;
    padding: 0;
    text-align: center;
}

.page-id-119 .progress-container {
    width: 100%;
    margin: 20px 0;
}

.page-id-119 .image-display {
    width: 100%;
    margin: 0;
    text-align: center;
}
.page-id-119 .image-display iframe {
    width: 100% !important;
    height: auto;
    display: block;
}
