
h1, h2 {
  color: darkgreen;
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
  color: #333;
  font-size: 18px;
  text-align: justify;
  text-indent: 30px;
  line-height: 1.6;
  margin: 15px 40px;
  font-family: Georgia, "Times New Roman", serif;
}

.poudarek {
  color: darkred;
  font-weight: bold;
}

img {
  width: 300px;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

a {
  color: darkblue;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #f4f9f4;
  margin: 0;
  padding: 0;
}