.header {
width:100%;
height:160px;
background:#87CEEB;
}
nav {
width:100%;
height:100px;
position:sticky;
top:0px;
background:#F98202;
}
.content {
width:100%;
background:blue;
height:1000px;
}
footer {
background:#87CEEB;
}