body {
    background-image: url('../assets/moose.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}


#header {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 25%;
    text-align: center;
    line-height: 25%;
}

#footer {
    width: 100%;
    height: 25%;
    position: absolute;
    text-align: center;
    bottom: 0px;
}


h1{
    color: #ffffff;
    font-size: 7em;
}