#background-image {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(8px);
    filter: blur(8px);
}