/*Sticky Header*/
header {
    position:sticky;
    top:0;
    background:#6facdc
    
}