body{
  display: block;
  background-color: #444;
  color: #FFF;
  font-family: "Helvetica";
  font-weight: bold;
  margin-left: auto; 
  margin-right: auto;
}

.container {
  width: 300px;
  height: calc(100vh - 40px);
  margin: 20px auto;
  background-color: #fff;
  position: relative;
	
}

.content{
  font-family: "Helvetica";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  max-width: 700px;
}

.cover {
  width: 100%;
  max-width: 700px;
  height: 460px;
  background: url('http://i.imgur.com/tPT0bDo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

/*.lewy {
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-color: red;
}
.centrum {
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 100px;
  background-color: red;
}
.prawy {
  float: right;
  height: 100px;
  width: 100px;
  background-color: red;
}*/

.info {
  float: left;
  width: 100%;
}

img{
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 0px;
  z-index: -1;

}

.zolty{
  border-radius: 10px;
  background: #FFFF00;
  padding: 20px 0;
  width: 100%;
  
  font-size: 20px;
  color: #000000;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
}
.table {
  color: #000;
  width: 100%;
  margin: 20px 0;
}

.table caption {
  color: #FFF
}

h1{
  width: 100%;
  display: block;
  background-color:rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  font-size: 40px;
  position: fixed;
  padding: 10px 0;
  z-index: 999;
  transform: translateY(500%);
}

.mini {
  font-size: 12px;
  opacity: 0.4;
  text-align: center;
}

li {
  list-style-type: circle;
}

hr {
  height: 2px;
  background: yellow;
  border: 0px;
}