/* štýlopis */
body {
  background-color: #2b4446;
  background-image:url(https://i.pinimg.com/originals/9a/82/8d/9a828d0fc00a2540d35339e3aba5bfcc.jpg);
  background-size:100%;
  background-repeat:no-repeat;
  background-attachment: fixed;
  font-family: 'Source Code Pro', monospace;
  margin: 0 auto;
  max-width: 50em;
  line-height: 1.5;
  padding: 4em 1em;
  text-align: center;
  color: #ede0c4;
}

h1, h2 {
  margin-top: 1em;
  padding-top: 1em;
  
}
.TopMenu {
  background-color: rgba(5,0,0,.5);
}
.Obsah {
  background-color: rgba(5,0,0,.5);
}
a {
  color:#de9c7d;
}
span{

}