body {
    background-image: url("/images/bg-image.jpg");
    /* background-attachment: s; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
