.header{
   background-color: darkred;
   padding-bottom: 3%;
   width: 100%;
   padding-top: 3%;
   
   
}
.header img {
width: 78px;
height: 100px;
}

.Nadpis{
   width: 34%; 
}
.Dodatek{
  margin-right: 0%;
  width: 34%; 
}
.menu ul{
   display: flex;
   text-decoration: none;  
   color: aliceblue;
   background-color: black;
   width: 100%;
   display: flex;
   padding-left: 0%;
   margin-top: 0%;
}
.menu a:hover {
 background-color: green;
}
.menu a {
  text-decoration: none;
  color: aliceblue;
  margin-left: 0%;
  margin-right: 3%;
  padding: 1%;
    
}
.content{
  color: aliceblue;
}
.content2{
  margin-left: 20%;
   width: 60%;
   color: aliceblue;
   

}
.paticka{
  background-color: darkred; 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;

       
}
.paticka img{
  width: 26px;
  height: 30px;
}
body {
  background-image: url(cerrnocerveny.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}

@media (max-width: 600px){
     .paticka{
     width: 100%;
  }
}