body{
    margin:0;
    height : 100%;
}    
header{
    background-color :#6A5ACD;
    font-size : 35px;
    height : 50px;
    text-align : center;
    position: sticky;
    top:0;
}
main{
    height : 200%;
    background-color : #C0C0C0;
}