@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", Arial;
  image-rendering: optimizeSpeed;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  background-color: #f9f9f9;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
}

.left-container {
  padding: 80px 30px;
  width: 35%;
}

.right-container {
  padding: 80px 30px;
  width: 65%;
  font-family: "Raleway", sans-serif;
}

.MainBackgroundText {
  width: 100%;
  text-align: left;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 25px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.MainBg .MainBackgroundText h1 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.MainBg .MainBackgroundText h4 {
  font-weight: 600;
  color: white;
  font-size: 1rem;
}

.MainBg {
  background-image: url("../img/main/baner.png");
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 200px;
  display: flex;
  z-index: -1;
  position: relative;
}

.hidden {
  display: none;
}

#czytaj-dalej, #czytaj-mniej {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  cursor: pointer; 
}

@media (max-width: 768px) {
  .MainBg {
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .MainBg {
    background-position: center center;
  }
}
