body {
  background-color: #000000;
  color: rgb(0, 255, 55);
}
#landing-section {
  background-image: url("../images/lp-merch-telefon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1rem;
  text-align: center;
}
#nadpis-merch {
  text-align: center;
  font-size: 3rem;
  padding-top: 4rem;
  text-shadow:
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0),
    0px 0px 7px rgb(0, 0, 0);
}
#section-merch {
}
.merch-links,
.merch-links:visited {
  padding: 0.7rem;
  border-radius: 1rem;
  background-color: rgb(243, 247, 243);
  width: fit-content;
  font-weight: 700;
}
.merch-links:hover,
.links:hover {
  color: #000000;
  transition: 0.5s;
  background-color: #ff1d1d;
}
.links {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
h2 {
  font-size: 1rem;
  text-align: center;
  color: white;
  margin-top: 1rem;
  width: 70%;
  margin: auto;
}
#div-links {
  display: flex;
  justify-content: center; /* Vycentruje oba obdélníky horizontálně */
  align-items: center; /* Vyrovná je na výšku */
  gap: 1rem;
  text-align: center;
  margin-top: 1rem;
}
#section-merch {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.merch-items {
  width: 100%;
  margin-bottom: 2rem;
}
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/
/*PRO POCITAC*/

@media (min-width: 768px) {
  #section-merch {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 1rem;
  }
  #nadpis-merch {
    text-align: center;
    font-size: 4rem;
  }
  #article-conditions {
    margin-top: 2rem;
  }
}

@media (min-width: 1008px) {
  #landing-section {
    background-image: url("../images/lp-merch-pc.jpg");
  }
  #nadpis-merch {
    text-align: center;
    font-size: 4rem;
  }
  #article-conditions {
    margin-top: 2rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  #div-links {
    margin-top: 2rem;
  }
  #section-merch {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 5rem;
  }
}
