.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%;
     
 }

.paticka{
   background-color: darkred; 
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   text-align: center;
   
}
.paticka img{
   width: 26px;
  height: 30px;
   
}
.formular{
   border: 3% solid black;
}
.hodnocení{
   padding-top: 3%;
   padding-bottom: 3%;
}
body {
   background-image: url(cerrnocerveny.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
.content{
   padding-bottom: 8%s;
}
.tlacitko:hover{
  transform: scale(1.3);
}
@media (max-width: 600px){
   .paticka{
   width: 100%;
}
   .dotaznik{   
      width: 80%;
      padding-bottom: 10%;
   }
}