body{
    font-family: Helvetica, sans-serif;
    background-image: url("../img/background.png");
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:0;
}

a:link{ 
 text-decoration:none; 
} 

h1{
    margin-top: 80px;
    color: white;
}

h2{
    margin-top: 50px;
    color: white;
    font-weight: bold;
}

h3{
    margin-top: 50px;
    color: white;
    font-weight: bold;
}

h4{
    margin-top: 50px;
    color: white;
    font-weight: bold;
}

h5{
    margin-top: 50px;
    color: white;
    font-weight: bold;
}

p{
    font-weight: lighter;
    margin-top: 20px;
    color: white;
    font-size: 20px;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.95;
}