.bg-image {
    background-image: url(/image/minimalist-interior-design.jpg);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    height: 100vh; 
    width: 100%; 
    display: flex;
}