body {
  font-family: Arial, sans-serif;
  padding: 40px;
  background-color: #d9ff00;
}

.Kwadrat {
  color: #e7483d;
  width: 200px;
  height: 200px;
  background-color: rgb(226, 4, 189);
  border-radius: 100%;
  object-fit: over;
}
img {
  width: 197px;
  height: 197px;
  border-radius: 100%;
}

h2{
  color: #1900ff;
}
#opis-papugi {
  max-width: 600px;
  /* maksymalna szerokość opisanej sekcji */
  margin: 0 auto;
  /* wyśrodkowanie na stronie */
  padding: 10px;
  /* trochę odstępu od krawędzi */
}


.Zolw {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: lightgreen;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.container {
  display: flex;
  justify-content: flex-start;
  /* elementy zaczynają się od lewej */
  gap: 20px;
  /* odstęp między elementami */
}
.obrazek{
  width: 150px;
    height: auto;
    border-radius: 100%;
    object-fit: cover;
    margin: 20px;
    background-color: rgb(13, 255, 235);
    
}
.obrazek2 {
  width: 150px;
  height: auto;
  border-radius: 100%;
  object-fit: cover;
  margin: 20px;
  background-color: rgb(255, 145, 0);

}
.karta{
  border: 20px solid rgb(0, 255, 42);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
#opis-zolwia {
  max-width: 600px;
  margin: 10px auto;

}
.container {
  display: flex;
  gap: 40px;
}
.Panda {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Panda img {
  border-radius: 100%;
  object-fit: cover;
  margin-left: 400px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  }
#opis-pandy h3,
.karta h3 {
  text-align: center;
  /* wyśrodkowanie tekstu */
  color: #1900ff;
  /* niebieski kolor jak u żółwia i papugi */
  font-size: 24px;
    /* lub większa wartość, jeśli chcesz */
}
.tytul-zoo {
  color: #ff9500;
  text-align: center;
  margin-top: 20px;
  font-size: 48px;
}
.zakladka {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: #4ecdc4;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.zakladka:hover {
  background-color: #38b2a6;
}

body {
  scroll-behavior: smooth;
}
.przycisk-wroc {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4ecdc4;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.przycisk-wroc:hover {
  background-color: #38b2a6;
}
.obrys {
  border: 10px solid rgb(0, 140, 255);
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}