.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{
   text-align: center;
   color: aliceblue;
}
.paticka{
   background-color: darkred; 
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
}
.paticka img{
   width: 26px;
  height: 30px;
}
.molcup{
    width: 15%;
    height: 10%;
}
.molcup1{
   padding-bottom: 5%;
}
.liga{
    width: 15%;
    height: 10%;
}
body {
   background-image: url(cerrnocerveny.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
.text{
   width: 60%;
   margin-left: 20%;
   margin-bottom: 25%;
   display: flex;
}
@media (max-width: 600px){
   .paticka{
   width: 100%;
}
   .text{
      display: block;
   }
}