body {
  background: teal;
}

#okno {
  width: 400px;
  background-color: silver;
  border: 5px solid darkblue;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  position: relative;
}

#info {
  background: darkblue;
  color: white;
}

h1 {
  text-align: center;
}

#tabela {
  color: white;
  position: absolute;
  right: 20px;
  text-align: right;
}

#zielony {
  color: limegreen;
}

#klik {
text-align: center;
}

#bekon {
  border-top: 10px dotted pink;
  padding-top: 5px;
  border-bottom: 5px double magenta;
  padding-bottom: 5px;
}

#podpis {
  background-color: black;
  color: orange;
  text-align: center;
  border: 2px dashed gold;
}

ul li {
  display: inline;
  background: slategray;
  position: relative;
  left: 250px;
  
}