 .text {
   text-align: center;
   font-size: 36px;
   margin-top: 20px;}

 .nadpis { 
  text-align: center;
   font-size: 20px;
   margin-top: 5px;}

 .obsah { 
  display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   padding: 20px;}

 .obrazky { 
  border: 10px solid rgb(250, 235, 215);
   margin: 10px;
   background-color: antiquewhite;}

 .obsah img { 
  width: 100%;
   height: auto;}
   
 .obsah label { 
  display: block;
 text-align: center;
 margin-top: 5px;}

 .ikonka{
  background-color: antiquewhite;
  height: 15px;
  width: 15px;
  display: flex;
 }

.ikonka2{
  background-color: antiquewhite;
  margin-left: 4px;
  margin-top: -5px;
}

body{
background-image: url(pozadi.gif);
background-size: cover;
}