/* Background */
body {
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75)
        ),
        url("bg.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
}
