body { 
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.7), 
        rgba(0, 0, 0, 0.7)
        ),
        url('../images/smoke.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
