body {
  background-color: rgb(255, 243, 205);
}

.page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: rgb(18, 18, 13);

  margin: 0% 10% 0% 10%;
  border-radius: 5%;
}

.image {
  margin-top: 20px;
  border: solid;
  border-color: rgb(106, 125, 32);
  box-shadow: 5px 5px 10px black;
}

.naslov {
  text-align: center;
}

.page-writer {
  display: flex;
  flex-direction: column;
  align-items: center;

  font-family: Georgia, "Times New Roman", Times, serif;
  color: rgb(18, 18, 13);
}

a {
  text-decoration: none;
  color: rgb(18, 18, 13);
}

a:hover {
  color: rgb(106, 125, 32);
}

a:visited {
  text-decoration: none;
}

#o-piscu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

@media all and (min-width: 1000px) {
  #o-piscu {
    width: 500px;
  }
}

#back {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#back-text {
  margin-left: 5px;
}

.links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 18px;
}

@media all and (min-width: 1000px) {
  .links {
    width: 550px;
  }
}



@media all and (max-width: 500px) {
  .links {
    height: 120px;
    flex-direction: column;
  }
}

.link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.link-text {
  margin-left: 5px;
}

.description {
  text-align: justify;
  margin-top: 40px;
  max-width: 600px;
}
