body {
  background-image: url("grafika/tlo.jpg");
  font-family: calibri, sans-serif;
}

hr {
  width: 80%;
}

#stopka {
  text-align: center;
  margin-bottom: 15px;
}

.regal {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  line-height: 0; /* żeby nie było odstępu między półkami */
  /* border: 1px solid; */
}

.regalA {
  width: 768px;
  box-shadow: 5px 5px 5px gray;
}

.regalB {
  width: 792px;
  /* border: 1px solid; */
}

.regalC {
  width: 776px;
}

.regal .gora {
  position: relative;
  /* border: 1px solid; */
}

.regal .gora .tytul {
  width: 100%;
  position: absolute;
  left: 0px;
  line-height: normal;
  font-size: 30px;
  font-weight: bold;
  color: rgb(111, 77, 23);
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.regal .gora .tytulSrebrny {
  color: rgb(76, 76, 76);
}

.regal .gora .podtytul {
  width: 100%;
  position: absolute;
  left: 0px;
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  color: rgb(111, 77, 23);
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.regal .gora .podtytulSrebrny {
  color: rgb(76, 76, 76);
}

.regal .polka {
  position: relative;
  /* border: 1px solid; */
}

.regal .polka .ksiazka {
  width: 170px;
  height: auto;
  position: absolute;
  /* font-size: 0; aby nie było odstępu między okładką a grzbietem */
  /* border: 1px solid; */
}

.regal .polka .ksiazka a {
  outline: 0;
}

.regal .polka .ksiazka .podpis {
  width: 164px;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 1px solid grey;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  line-height: normal;
  padding-left: 2px;
  padding-right: 2px;
}

.regal .dol {
  position: relative;
}

.regal .dol .licznik {
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0px;
  line-height: normal;
  font-weight: bold;
  color: rgb(250, 196, 117);
}

.regal .dol .licznikSrebrny {
  color: rgb(218, 218, 218);
}
