/* CSS Document      */
body{
  background-color:white;
}
article{
  width: 1500px;
  margin: 1em auto;
  /*background-color:green;*/  
}
#all-page{
  /*background-color:yellow;  */
  width:80%;
  margin: 0px auto;
  position: relative;
  top: 80px;
  /*z-index: -1;*/      
  margin-bottom: 200px;
}
#all-page img{
  width:23.9%;
  margin: 5px 5px;
  
}  
.odkaz a{
 background:none;
  cursor: pointer;
}
.odkaz a:hover{
  background: none;   
}   
.odkaz img:hover{
  transform: scale(1.1);
  border-radius: 30px;     
}   
 
