body{
    background-image: url(pozadi-moje.png);  
}
.nadpis{
    text-align: center;
    color: orangered;
}

.menu ul{
   display: flex;
   text-decoration: none;  
   color: aliceblue;
   background-color: orangered;
   width: 100%;
   display: flex;
   padding-left:0%;
   margin-top: 0%;
   position: fixed;
   left: 0;
}
.menu a:hover {
 background-color: whitesmoke;
 color: orangered;
 width: 7%;
}
.menu a {
  text-decoration: none;
  color: aliceblue;
  margin-left: 1%;
  border-right: px solid aliceblue;
  padding:1%;

}

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


.trophy img {
    margin-left: 3%;
    margin-top: 1%;
    padding-top: 4.3%;
    width: 120px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    
}

.trophy .count {
    margin-top: 3px;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 0.5%;
    color: orangered;
}


.trophy img:hover {
    transform: scale(1.1);
    
}
.background-slider {
    position: fixed;
    width: 60%;
    height: 100%;
    overflow: hidden;
    top: 25%;
    padding-left: 35%;
    z-index: -1;
}

.slide {
    position: absolute;
    width: 60%;
    height: 60%;
    background-size: cover;
    background-position: center;
    visibility: hidden;
}

.slide1 {
    background-image: url('pozadi/molcup.jpg');
    animation: showSlide 15s infinite;
}

.slide2 {
    background-image: url('pozadi/saly.jpg');
    animation: showSlide 15s infinite  5s;
}

.slide3 {
    background-image: url('pozadi/diuf.jpg');
    animation: showSlide 15s infinite 10s;
}
.slide4 {
    background-image: url('pozadi/bolka_gol.jpg');
    animation: showSlide 15s infinite 15;
}

.slide5 {
    background-image: url('pozadi/zafi.jpeg');
    animation: showSlide 15s infinite 20s;
}


@keyframes showSlide {
    0%, 33.33% {
        visibility: visible;
    }
    33.34%, 100% {
        visibility: hidden;
    }
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
}