body
{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.intro
{
    text-align: left;
    font-size: 2em;
    margin-top: 5em;
    margin-left: 1em;
    width: 6em;
    font-weight: bold;
    color: white;
}
body {
    background: url("../img/background.jpeg") no-repeat center fixed;     
    background-size: cover;
   }
footer
{
    background-color: black;
    color: white;
    text-align: center;
    font-size: 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
}