body {
  background: url(../media/hideout.svg);
  background-repeat: repeat;
  background-size: 2%;
}

.pranie_top {
  background-color: rgb(253, 216, 29);
  padding: 30px;
  width: 100vw;
}

.pranie_top p {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0;
}

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

main {
  display: grid;
  place-items: center;
}

article {
  width: 80vw;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 0 0 0;
  text-align: center;
  white-space: wrap;
}

@media (max-width: 760px) {
  .pranie_top p {
    font-size: 1em;
  }
  .pranie_top {
    padding: 20px 0 20px 0;
  }
  h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 1000px) {
  body {
    background-size: 3%;
  }
}
@media (max-width: 800px) {
  body {
    background-size: 4%;
  }
}
@media (max-width: 600px) {
  body {
    background-size: 6%;
  }
}/*# sourceMappingURL=submain_style.css.map */