@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

html {
  height: 100vh;
  color: #005fa3;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468,
    "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
  text-transform: uppercase;
}
body {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
img {
  width: 60%;
}

h1 {
  text-align: center;
  font-size: 50px;
  margin: 30px 30px 0 30px;
}

p {
  text-align: center;
  font-size: 30px;
  margin: 0 10px;
}

.dolacz {
  margin: 30px 10px 0;
}

@media only screen and (max-width: 1440px) {
  img {
    width: 70%;
  }
}

@media only screen and (max-width: 1170px) {
  img {
    width: 80%;
  }
}

@media only screen and (max-width: 930px) {
  img {
    width: 90%;
  }
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}
