.stickymod{
  position: sticky;
  top: 0;
  color: #000;
  font-size: 28px;
  text-align: center;
  width: 100%;
  background-color: #fff;
  display: block;
}