body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.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;
    margin: 20px 0;
}

header {
    background-color: #ee1c25;
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 4px solid #d00f14;
}

.contact-info {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.konec {
    margin-top: 25%;
}

.soc {
    text-align: center;
}

.soc img {
    margin: 10px;
    padding-top: 4.3%;
    width: 100px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.soc .count {
    display: block;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: orangered;
}

.soc img:hover {
    transform: scale(1.2);
    background-color: orangered;
}

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


@media (max-width: 768px) {
    .zpet {
        padding: 8px;
    }

    .contact-info {
        padding: 15px;
    }

    .soc img {
        width: 80px;
    }

    .konec {
        margin-top: 20%;
    }

    .paticka {
        padding: 1.5%;
    }
}

@media (max-width: 480px) {
    .zpet {
        padding: 6px;
    }

    .contact-info {
        padding: 10px;
    }

    .soc img {
        width: 60px;
    }

    .konec {
        margin-top: 15%;
    }

    .paticka {
        padding: 2%;
    }
}
