﻿body{
    background-image: url('../img/BackgroundImage.jpg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
}