body {background-color: #fff3e0;font-family: Arial, sans-serif;margin: 0;display: flex;flex-direction: column;align-items: center;min-height: 100vh;position: relative;}
h1 {margin-top: 60px;color: black;font-size: 32px;}
hr {border: 0;border-top: 1px solid #e67e22;width: 60%;margin-bottom: 30px;}
nav {display: flex;gap: 15px;}
nav a {display: block;background-color: #e67e22;color: black;padding: 12px 24px;text-decoration: none;border-radius: 4px;font-weight: bold;}
nav a:hover {background-color: #d35400;}
.tlacitko-zpet {position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);background-color: #7f8c8d;color: white;padding: 10px 20px;text-decoration: none;border-radius: 4px;}
.tlacitko-zpet:hover {background-color: #2c3e50;}
.obrazek1 {display: block;margin-left: auto;margin-right: auto;margin-top: 70px;max-width: 400px;height: auto;border-radius: 8px;}
.obrazek2 {display: block;margin-left: auto;margin-right: auto;margin-top: 30px;max-width: 700px;height: auto;border-radius: 8px;}
.dvefotkyJA {display: flex;justify-content: center;gap: 20px;margin: 20px 0;width: 90%;}
.dvefotkyJA img {width: 45%;max-width: 370px;height: 600px;object-fit: cover;border-radius: 8px;}
p {font-size: 20px;line-height: 1.6;}
