    div.sticky{
    position:sticky;
    background-color: pink;
    top:10px;
    z-index:3;
  } 

		div.menu{
		width:1000px;
		height:auto;
		background-color : white;
		color:white;
		border-radius:10px;
		}