:root { background-attachment: fixed; }
body{
background-color: black;
color: #000000;
font-family: Georgia;
background: url("homepage/callie.jpg") no-repeat fixed;
    background-size: cover;
    background-position: center;
}