.main-statement{
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.header-statement{
position: -webkit-sticky;
position: sticky;
left: 0%;
right: 0%;
top:0%;
bottom: auto;
z-index: 100;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
width: 100%;
background-color: hsla(0, 0%, 100%, 1);
}
.content-statement{
position: relative;
z-index: 99;
}