body {
  background-color: black;
  color: white;
}

a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#pojemnik {
  width: 500px;
  margin: auto;
  border-left: 1px #818181 solid;
  border-right: 1px #818181 solid;
  padding: 0px 10px 0px 10px;
}

#aktualne {
  text-decoration: underline;
}

.zapychacz {
  height: 30px;
}

.kropka-srodkowa {
  font-weight: bold;
}