* {
    padding: 0;
    margin: 0;

}

body {
    background-image: url("./img/waterfront2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
}