body {
    background-image: url('pozadi/pozadi-moje.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: aliceblue;
}

.zpet {
    text-decoration: none;
    color: orangered;
    background-color: aliceblue;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    
.nadpis{
    text-align: center;
    color: orangered;
}

.text {
    background-color: orangered;
    color: aliceblue;
    word-spacing: 2px;
    padding: 5px;
    text-align: center;
}

.center-image {
    display: inline-block; 
    max-width: 100%; 
    height: auto; 
    
}

.hraci {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.text1 {
    
    max-width: 100%; 
    height: auto; 
    padding: 10px;
    margin-right: 0.5%;
    background-color: orangered; 
    color: aliceblue;
    text-align: left;
}

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

@media (max-width: 768px) {
    .text, .text1 {
        padding: 8px;
    }
    .paticka {
        padding: 1%;
    }
    .center-image {
        margin: 2% 1%;
    }
}

@media (max-width: 480px) {
    .text, .text1 {
        padding: 6px;
    }
    .paticka {
        padding: 1.5%;
    }
    .center-image {
        margin: 3% 1.5%;
    }
}
