body {
  background: teal;
}

h1 {
  text-align: center;
}

#info {
  color: white;
  background: darkblue;
  margin-top: 0px;
}

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

#kontener {
  position: relative;
}

table {
  color: white;
  text-align: right;
  right: 20px;
  position: absolute;
  bottom: 45px;
}

#zielono {
  color: limegreen;
}

#meow {
  padding-bottom: 20px;
}

#kotek {
  text-align: center;
  padding-bottom: 20px;
}

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

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

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