        a:link	      { 	
            color: orange;
            text-decoration: none;                
        }
        a:visited	  { 	
            color: orange;
            text-decoration: none;                
        }
        
        a:active	  { 	
            color: orange;
            text-decoration: none;                
        }
       
 
        
        body {
        
            color: white;
            background-image: url(obr/pozadi.jpg);
            background-color: white;
            width: "4280";
            height:"4222";
            text-align: center;
            
        }
        
        H1 {
            color: #F0F0F0;
            font-size: 200%;
            
            
        }
        
        H2 {
            color: #F1F1F1;
            font-size: 100%;
            
        }
        
        
       .img_zahlavi {  
       
            border-radius: 50px;
            margin-left: auto;
            margin-right: auto;
            width: 82%;
            height: auto;
            
       }
       
       .img_galerie {  
       
            border-radius: 50px;
            margin-left: auto;
            margin-right: auto;
            width: 60%;
            height: auto;
            
       }
       
       iframe { 
       
            border-radius: 50px;
       
       }
       
        div {
                        
            
            color: #F0F0F0;
            font-size: 150%;
            width: 60%;
            margin:auto;
            text-align:center;
         
       }
       

        
       .button {
            border-radius: 10px;
            width: 22%;
            height: auto;
            background-color: #E9CB12;
            border: none;
            color: white;
            padding: 16px 32px;
            text-align: center;
            font-size: 170%;
            opacity: 0.9;
            transition: 0.5s;
            display: inline-block;
            text-decoration: none;
            cursor: pointer;
            vertical-align: auto;
        }

    .button:hover {opacity: 1;
                   
    }  

    .button2 {
            border-radius: 10px;
            width: 20%;
            height: auto;
            background-color: #E9CB12;
            border: none;
            color: white;
            padding: 16px 32px;
            text-align: center;
            font-size: 170%;
            opacity: 0.9;
            transition: 0.5s;
            display: inline-block;
            text-decoration: none;
            cursor: pointer;
            vertical-align: auto;
        }

    .button2:hover {opacity: 1;
                   
    } 