#osoboweLinia1div1 {
  /* background-image: url('../../foto/osobowe/os4.jpg'); */
}
#osoboweLinia1div2 {
  height: auto;
}
#osoboweLinia1div3 {
  background-color: red;
  color: white;
  width: 50%;
  position: relative;
  left: 50%;
  top: -20%;
}
img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#imgKobieta {
  height: 600px;
}
#imgLinia4 {
  height: 250px;
}
#osoboweLinia3div3 {
  background-color: red;
  color: white;
  width: 50%;
  position: relative;
  left: 50%;
  top: -15%;
}

/* osoboweLinia2 */
#osoboweLinia2div1 {
  background: linear-gradient(to right, black 36%, rgb(46, 36, 219) 90%);
  margin-top: 50px;
  margin-bottom: 50px;
}
#osoboweLinia2div2 {
  background: linear-gradient(
    rgb(20, 16, 88) to right,
    rgb(40, 32, 189) 0%,
    rgb(46, 36, 237) 90%
  );
}
#osoboweLinia2div3 {
  background-color: red;
  color: white;
  width: 50%;
  position: relative;
  left: 50%;
  top: -80%;
}
/* header */
#motoHeader {
  background: linear-gradient(to right, black 36%, rgb(46, 36, 237) 90%);
  color: white;
}
/* footer */
#footer {
  background-color: red;
  color: white;
}
/* text */
#zwyklyTekst {
  color: white;
}
#h3styling {
  color: white;
  font: 'Courier New', Courier, monospace;
}
