.header{
    background-color: rgb(227, 149, 32);
    position: sticky;
    padding: 5px;
    top:0;


}
.content{
    background-color: rgb(249, 207, 79);
    border: 1px solid rgba(154, 62, 1, 0.789);
    margin-bottom: 20px;
    height: 800px;
    position: relative;
}