body {
  background-image: url('img/tlo.jpg');
  background-size: 1000px;
  background-position: center top;
}

img {
  width: 100px;
}

p {
}

.nazwa {
  font-size: 15px;
  color: white;
  /* border:  1px solid white; */
  width: 40%;
  cursor: pointer;
  text-align: center;
  background-color: rgba(255,255,255, 0.5);
}

.slimakowka {
position: fixed;
left: 20px;
top: 50px;
}

.dziadek {
position: fixed;
right: 20px;
bottom: 50px;
}
