/* Stil za tekst */
.custom-div-style {
    width: 1024px;
    min-height: 768px;
    margin: 0 auto;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* Stil za čitanje */
.reader-view body {
  max-width: 700px;
  margin: auto;
  font-size: 20px;
  line-height: 1.7;
}

.reader-view nav,
.reader-view aside,
.reader-view footer {
  display: none;
}

