#logoText2 {
  text-align: center;
  background-color: red;
  color: white;
  padding: 5px;
}
#text1 {
  color: white;
}
#text2 {
  color: white;
  font-size: 25px;
}
#text3 {
  color: rgb(193, 245, 8);
}
#text4 {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
#text5 {
  color: white;
  margin-top: 50px;
  margin-bottom: 10px;
}
/* footer */
#linia1row1 {
  color: white;
  padding: 5px;
}
#foot {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 5px;
}
#foot1 {
  height: 100px;
  background-color: rgb(243, 14, 14);
  color: white;
  font-weight: 500;
}
#foot2 {
  height: 100px;
  background-color: rgb(7, 0, 0);
  color: white;
  font-weight: 500;
}
