body{

    background-color: lightcoral;

}

div.sticky {

    position:sticky;
    top: 0;
    background-color: blueviolet;
    border: 2px solid #0000ff; 

}