.black-bg {
    background-color: black;
    color: white;
}

.black-bg a {
    color: white;
}

.textur-bg {
    background-image: url('../images/bg-gril.jpg');
    background-position: top center;
    background-size: cover;
}