.hb-lomake {
  background: #ffffff;
  border: 2px solid #d6111e;
  padding: 20px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: sans-serif;
}
.hb-lomake label {
  display: block;
  margin-bottom: 15px;
  color: #000;
}
.hb-lomake input[type="text"],
.hb-lomake input[type="email"],
.hb-lomake textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.hb-lomake button {
  background-color: #d6111e;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.hb-lomake button:hover {
  background-color: #ddc76d;
  color: #000;
}
