body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: #ffe6f2;
}

h1 {
  color: #d6387c;
  margin-bottom: 30px;
}

p {
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 30px;
  color: #333;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 80%;
  margin-bottom: 30px;
}

td {
  padding: 10px;
  text-align: center;
}

img {
  height: 420px;
}

#uvodka {
  width: 330px;
  height: 500px;
}

.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ff80ab;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.button:hover {
  background-color: #d6387c;
}
