main {
    color: #4d4d4d;
}

#uvod {
    padding: 1em;
    text-align: center;
    margin-bottom: 2em;
}

#uvod h1 {
    font-size: 3em;
    padding: 1em 0;
}

.panskeTopanky, .damskeTopanky {
    text-align: center;
}

.panskeTopanky img, .damskeTopanky img {
    width: 100%;
    height: 330px;
}

.sneakers {
    display: inline-block;
    margin: 0 1% 4em 1%;
    text-align: center;
    max-width: 340px;
}

.sneakers h3 {
    font-size: 2em;
    padding: .5em .5em 0 .5em;
}

.sneakers p { 
    font-size: 1.5em;
    padding: .4em 0;
}

.sneakers img {
    border-radius: 50%;
}

.sneakers img:hover {
    cursor: pointer;
}

.sneakers:hover :nth-child(2) {
    color: #00aeef;
    transition: 0.3s ease-in-out;
}

.sneakers:hover :nth-child(3) {
    color: #ec008c;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 500px){
    .sneakers {
        width: 90%;
    }

    .sneakers img {
        height: auto;
    }

    #uvod h1 {
        margin-top: 15%;
    }

    .sneakers img {
        width: 70%;
    }
}