body, html {
    height: 100%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: small;
    color: lightgrey;
    text-align: center;
    background-color: black;
}

/* Anchor States */
a:link,
a:visited {
    color: lightblue;
}

a:hover {
    color: whitesmoke;
}

/* The websites background image */

.bg {
    background-image: url("../img/background-dark.jpg");
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
