body, html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: url('tlo polskiedrzwi.png'); /* Dodaj ścieżkę do swojego obrazu tła */
  background-size: cover;
  background-position: center;
  height: 100%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.content {
  text-align: center;
  color: white;
}

.button {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  height: 100%;
  width: 100%;
}



@media (max-width: 568px) {
  .content {
    padding: 0px 10px;
  }
  .button {
    padding: 0px 10px;
  }
}