/* CSS Document */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", "Sans Serif";
  background-color: black;
  color: white;
  text-align: center;   
}

header {
  border-bottom: 2px solid grey;
  min-height: 30em;
  padding-top: 12em;
}

header a, a:visited {
  text-decoration: none;
  color: white;
}

header a:hover {
  color: grey;
}

footer {
  padding-top: 2em;
  border-top: 2px solid grey;
  font-size: x-small;
}

footer p {
  margin: 2px;
  display: inline-block;
}

#obsah {
  padding: 1em;
}

#szmtr {
  display: none !important;
}

#szmad {
  display: none !important;
}