body {
    background-color: slategray;
}

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

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

#tabela {
  margin-left: 10px;
  color: maroon;
}

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

#container {
  position: relative;
}

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

ol li{;
}

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