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

.header {
    position: sticky;
    top: 0;
}