﻿   
      body{
             background-color:rgb(254,153,1);
             padding:0px; 
             margin:0px; 
             font-family:arial,helvetica,sans-serif,verdana,;
             
      }

.logoCenter{
  max-width: 1000px;
  margin: auto;
}


   
   #hlavni{
        display: flex;
        flex-direction:column;
        
        padding-top: 15px;
        background-color:rgb(0,79,124);
                
   }

   #okraje{
      display: flex;
     justify-content: center;
     width: 100%;
     
     background-color:rgb(0,79,124);
    
     }
     .text {
    
            background-color: rgb(0, 79, 124);
            color: white;
            
            

            
              
   }
   
   article b {
   color: white;

  
   }
   #zarovnani_textu{
     display: flex;
     flex: 1 ;
     justify-content:space-between;
   }
   
   
     article a {
   color: white;
  
  
   }
   hr{
   border-bottom: 15px solid rgb(0,79,124);
  
  
   }
   @media(max-width:1000px){
    

    #okraje{
      display: block;
     
     width: 100%;
     
     background-color:rgb(0,79,124);
    
     }

    
   }


   @media(max-width:700px){


     #zarovnani_textu{
      display: block;
     
    }
   }