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

a {
  opacity: 0.9;
  background: black;
  color: mediumspringgreen;
  text-decoration: none;
}

a[disabled] {
  color: black;
}

#content {
  position: relative;
  background-image: url("PP.png");
  background-size: 150px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

#previous,
#next {
  display: flex;
  position: absolute;
  left: 30px;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  font-size: 30px;
  text-align: center;
}

#previous {
  top: 90px;
  width: 90px;
  height: 62px;
}

#next {
  top: 332px;
  width: 90px;
  height: 62px;
}

#published {
  display: none;
}
