html, body {
  padding: 0;
  margin: 0;
}

body {
  width: 100vw;
  height: 100vh;
  font-family: "Arial Narrow", Arial, sans-serif;
}
body .screen {
  width: 100%;
  height: 100%;
  background-image: url("/img/2023-06_chleba-promo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}
body .screen .container {
  margin: auto;
  width: 70%;
  height: auto;
  padding: 25px;
}
body .screen .container .title {
  color: white;
  font-size: 64px;
  text-align: center;
}/*# sourceMappingURL=root-style.css.map */