h1 {
  color: darkgreen;
  text-align: center;
  font-size: 32px;
  font-family: Arial, sans-serif;
}

h2 {
  color: darkblue;
  text-align: left;
  font-size: 24px;
  font-family: Arial, sans-serif;
}

p {
  color: #333;
  font-size: 16px;
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: Georgia, serif;

img, .max-slika {
  display: block;
  margin: 10px auto;
  border-radius: 8px;
  max-width: 90%;
}

a {
  color: darkblue;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: red;
  text-decoration: underline;
}

a:visited {
  color: purple;
}

.oznaka-poudarek {
  background-color: #f0f0f0;
  padding: 8px;
  border-left: 5px solid darkgreen;
  margin-bottom: 10px;
}

.oznaka-pozornost {
  color: darkred;
  font-weight: bold;
}

