.content
{
    background-color: lightgrey;
    border: 1px solid black;
    margin-bottom: 10px;
    min-height: 300px;
}
.header
{
    width: 100%;
    background-color: gray;
    position: sticky;
    top: 0px;
    left: 0px;
}