.bg-image{
    background-image: url("https://picsum.photos/1500");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

