html {
    background: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)),
    url("../img/latar.png");
    background-size: repeat;
}

body {
    background: rgba(0,0,0,0) !important;	
}