body {
    background-color: black;
    background-image: url('BackgroundGreen.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 90%;
    cursor: pointer;
}

html {
    height: 90%;
}
