#header{
    height: 100px;
    /* background-color: #75dbbb; */
    box-shadow: 0px 2px 5px rgba(0,0,0,1);
    position: sticky;
    top: 0;
}
