option
{
   font-size: 1.2rem;
   font-family: sans-serif;
}

footer
{
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: white;
}

#wyloguj
{
  color: rgb(193, 188, 49);
  border: 0.1rem solid;
}

#wyloguj:hover
{
  background-color: rgb(171, 164, 48);
  color: white;
  border: 0.1rem solid rgb(182, 176, 53);
}

.login-form
{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#zielony
{
  background-color: rgb(20, 59, 96) !important;
  color: #eee;
  letter-spacing: 0.5px;
}

.tabela-nauczyciele th
{
  padding: 11px;
}

.tabela-nauczyciele td
{
  padding: 5px;
  text-align: center;
}

.tabela-nauczyciele
{
  font-size: 22px;
}

a.link-uzytkownik
{
  text-decoration: none;
  font-size: 19px;
  font-family: sans-serif;
}
