@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Play:wght@400;700&display=swap");
main {
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.7);
  width: 80vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main p {
  font-size: 2em;
  font-weight: bold;
  line-height: 40px;
}

main a {
  text-decoration: none;
  color: rgb(33, 33, 33);
  padding: 10px 60px;
  border: 2px solid rgb(33, 33, 33);
  background-color: rgb(253, 216, 29);
  border-radius: 20px;
  transition: 500ms all;
}

main a:hover {
  background-color: rgb(33, 33, 33);
  color: white;
}

main ul {
  margin: 30px 0;
}

main li {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  white-space: wrap;
}

ul span {
  color: green;
}

#item {
  font-size: 2em;
  font-weight: bold;
  background-color: rgb(253, 216, 29);
  padding: 10px 20px;
}

#item2 {
  font-size: 2em;
  font-weight: bold;
  background-color: rgb(208, 208, 208);
  padding: 10px 20px;
}

#item2:nth-of-type(1) {
  text-decoration: underline;
  font-size: 2.7em;
}

.pranie_top {
  background-color: rgb(253, 216, 29);
  padding: 30px 30px 50px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

h1 {
  text-align: center;
  margin: 0;
  font-size: 4em;
}

#main_div {
  width: 800px;
}

#btmdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 0.7em;
}

@media (max-width: 1000px) {
  main {
    width: 100vw;
  }
  .pranie_top {
    padding: 15px;
    align-items: center;
  }
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 850px) {
  video {
    width: 100vw;
  }
}
@media (max-width: 800px) {
  .pranie_top {
    padding: 10px 0 0 0;
  }
  h1 {
    font-size: 2em;
  }
  main p {
    font-size: 1.5em;
  }
  #main_div {
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  #main_div * {
    width: 100vw;
  }
  main li {
    font-size: 1em;
    width: 80vw !important;
  }
  .f_span {
    top: -20px !important;
  }
}
@media (max-width: 600px) {
  #item {
    font-size: 1.2em;
  }
  #item2 {
    font-size: 1.2em;
  }
  #item2:nth-of-type(1) {
    font-size: 1.7em;
  }
}
@media (max-width: 430px) {
  main li {
    font-size: 0.8em;
  }
  main p {
    font-size: 1em;
  }
  h1 {
    font-size: 1.5em;
  }
  h1 .f_span {
    top: -10px !important;
  }
}/*# sourceMappingURL=pranie-tapicerek.css.map */