.content {
    border:2px solid black;
    background-color: #f5f5f5;
    height:800px;
}

.header {
    background-color: #afa8a8;
    position: sticky;
    top: 0px;
}