body {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url('../img/background.jpg');
    background-attachment: fixed;
}

.text-shadow {
    text-shadow: 5px 5px 6px black;
}