/* Custom fix for full-width black background */
html, body {
    background-color: #000000;
}

/* Container classes for each page type */
._home_container,
._404_container,
._form_container,
._privacypolicy_container,
._termsconditions_container,
._linkedDivHCjs_container,
._linkedDivgEvf_container {
    background-color: #000000;
    min-height: 100vh;
    width: 100%;
}
