/*
Theme Name: SVCV Background Fixed
Author: ChatGPT
Version: 1.1
Description: Full-screen SVCV background image theme.
*/

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  width: 100% !important;
}

body {
  background-image: url('assets/background.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-color: #061947 !important;
}

.site-bg {
  min-height: 100vh;
  width: 100%;
}
