body {
  background: slategray;
}

h1 {
  text-align: center;
}

#window {
background-color: thistle;
margin: 0 auto;
width: 300px;
border: 4px solid orange;
border-radius: 0 0 10px 10px;
}

#kot {
  border-top: 10px dashed skyblue;
  padding-top: 10px;
  border-bottom: 10px double skyblue;
}

#tabela {
  color: maroon;
  padding-bottom: 10px;
}

#container {
  position: relative;
}

ul li {
  background: skyblue;
  display: inline;
  position: relative;
  left: -50px;
}

#k1tek {
  position: absolute;
  left: 200px;
  top: 0px;
}

#podpis {
  border: 2px solid navy;
  color: tomato;
  text-align: right;
  margin: 5px;
}