body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: rgb(255, 220, 204);
}

h1 {
  color:rgb(181, 130, 140);
  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: 400px;
  height: 500px;
}

.button {
  display: inline-block;
  padding: 8px 16px;
  background-color:rgb(181, 130, 140);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.button:hover {
  background-color: #e381ab;
}
