/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 18:17:43 */
.center-column {
    display: flex !important;
    justify-content: center !important; /* Centers horizontally */
    align-items: center !important;     /* Centers vertically */
    flex-direction: column !important;  /* Ensures content is stacked in a column */
    height: 100% !important;            /* Ensures the column takes up the full height of its container */
    width: 100% !important;             /* Ensures the column takes up the full width of its container */
    text-align: center !important;      /* Centers text content horizontally */
}
