
h1 {color:white;}
#sticky-div {
  Color:white;
	background-color: pink;
  position: sticky;
  top: 0;
  text-align: center; 
  width: 100%;
  height: 7em;
  font-size: 2em;
}
#mtb { 
  text-align: center; 
}
  
