/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2024 | 07:45:31 */
@media only screen and (max-width: 600px) {
    .center-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
}

