
/*
Theme Name: QCMT Enterprise Theme
Author: OpenAI
Version: 1.0
Description: Custom WordPress theme based on the latest QCMT homepage mockup.
*/

html, body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

.site-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #000;
}

.homepage-image {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
}
