body {
  background-image: url(https://www.transparenttextures.com/patterns/black-paper.png);
  background-size: cover;
  color: blue;
  background-repeat: no-repeat;
  width: 100%;
  margin-left: auto;
    display: flex;

  margin-right: auto;
}

#kolumny {
  background: white;
  height: 600px;
  width: 50%;
  flex-direction: row;
flex-wrap: nowrap;
}

#boks {
  width: 20%;
  height: auto;
  display: flex;
  background: url("https://i.ibb.co/yhzWcQ0/Texturelabs-Paper-300-XL.jpg");
   flex-direction: column;

}
#bok2 {
  display: flex;


}





ul {
  list-style: none;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;

}

a:link {
  text-decoration: none;
  font-family: "helvetica", sans-serif;

  color: blue;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;

}




#linki {
  text-align: center;
  font-size: 180%;
  background-image: url(https://www.nicepng.com/png/full/36-366886_blur-light-blue-blur-.png);
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-attachment: local;
  background-position: 60% 53%;
  background-size: 400px 100px;
  padding: 12%;
  font-family: "Papyrus", Times, serif;
}

#lista {
  color: red;
  line-height: 172%;
  margin-bottom: auto;
  display: flex;
  height: 20%;
  width: 20px;
}