body{
    background-image: url("zajuu.png");
    color: white;
}
p{
    text-align: center;
}
.kwadrat{
  border: 5px solid white;
  height: 300px;
  width: 300px;
  margin: 20px;
  background-image: url("carbon_fibre.webp");
  }
  .dwa{
    background-image: url("carbon_fibre.webp");
    background-position: right bottom; 
    background-repeat: no-repeat;
    background-size: cover; 
  }

  .trzy{    
    height: 300px;
    width: 300px;
    margin: 20px;
    background-image: linear-gradient(rgb(192, 155, 52), rgb(0, 0, 0),rgb(250, 246, 0));
  }
  .cztery{    
    height: 300px;
    width: 300px;
    margin: 20px;
    background-image: radial-gradient(rgb(192, 155, 52) 30%, rgb(0, 0, 0),rgb(250, 246, 0));
  }
  .piec{    
    height: 300px;
    width: 300px;
    margin: 20px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(100,99,163,1) 16%, rgba(97,97,140,1) 35%, rgba(0,0,0,1) 47%, rgba(143,161,111,1) 66%);
  }
  