.banner-background {
    background-image: url('./images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px; /* You can set this to the desired height */
}
