body {
    background: black url(../img/bg.jpg) no-repeat center fixed;
    background-size: cover;
    color: white;
    text-shadow: 0 0 3px red, 0 0 3px white, 0 0 3px blue, 0 0 6px black;
    font-weight: semibold;
    font-size: 14px;
}
