/* a2Linia2 */
#motodiv2 {
  height: 100%;
  background: linear-gradient(
    to right,
    black,
    rgb(209, 31, 34) 40%,
    rgb(46, 36, 237) 90%
  );
}
/*  a2Linia3 */
#motoLinia3Text1 {
  color: white;
}
/* motoLinia4.php */
#motodiv4 {
  background: linear-gradient(to right, black 36%, rgb(46, 36, 237) 90%);
  color: white;
  margin-top: 50px;
  height: 100%;
}
/*  header */
#motoHeader {
  background: linear-gradient(to right, black 36%, rgb(46, 36, 237) 90%);
  color: white;
}
/* texty */
#TextBialy {
  color: white;
}
#motoryText1 {
  font-size: 19px;
  color: white;
}
.motoryText2 {
  color: white;
  font-size: 20px;
}
