.background-image {
    width: 1920px;
    height: 1080px;
    background-image: url('img/banner-bg.jpg');
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}