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

#content {
  display: inline-block;
  margin: 20px;
  font-size: 25px;
  font-family: "Roboto Slab", serif;
  text-align: justify;
}

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

a[disabled] {
  color: #999;
}

#next {
  float: right;
}

#published {
  display: none;
}
