html,
body {
  width: 100%;
  height: 100%;
}

a {
  background: pink;
  color: blue;
  text-decoration: none;
}

#content {
  position: relative;
  background-image: url("BB.png");
  background-size: 175px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 20px;
  font-family: monospace;
}

#previous,
#next {
  position: absolute;
  top: 45px;
}

#previous {
  left: 160px;
}

#next {
  left: 350px;
}

#published {
  display: none;
}
