ul {

    list-style-type: none;
    margin: 0;
    padding: 5px 6px;
    overflow: hidden;
    background-image: url('../img/slika3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #2b310a;
}

.kont1 h3 {
    font-size: 50px;


    color: white;
    text-align: center;


    margin-top: 25px;
}

.kont1 p {
    position: absolute;
    font-size: 20px;
    color: white;
    text-align: center;
    left: 0;
    right: 0;
    padding-left: 80px;
    padding-right: 80px;
}
.shop {
    padding: 18px 20px;

    float: left;
}

.kart-shop .shop {
    width: 300px;
    margin: 0px 10px;
    height: 500px;
    border-radius: 25px;
    background-color: #8851A2;
}

.shop img {

    width: 100%;
    height: 300px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.shop h1 {
    text-align: center;
}

.shop a {
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    border-radius: 25px;
    display: block;
    width: 150px;
    align-items: center;
    margin: 5px auto;
    font-style: italic;
    font-size: 25px;
    text-align: center;
}

.shop-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.shop-info p {
   
    font-weight: bold;
    font-size: 20px;
}
.kart-shop{
padding-left: 150px;
padding-right: 150px;
    margin: 200px auto;
}

body {
    padding: 0;
    margin: 0;
    background-position-y: 25px;
    background-image: url('../img/55.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

@media  screen and (min-width: 320px) and (max-width: 425px)
{

    ul {

        list-style-type: none;
        margin: 0;
        padding: 5px 6px;
        overflow: hidden;
        background-image: url('../img/slika3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    li {
        margin: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    li a {
        display: block;
        padding: 10px;
        text-align: center;
    }
    
    li a:hover {
        background-color: #2b310a;
    }
}
@media  screen and (min-width: 768px) and (max-width: 1024px)
{

    ul {

        list-style-type: none;
        margin: 0;
        padding: 5px 6px;
        overflow: hidden;
        background-image: url('../img/slika3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    li {
        margin: 0;
        display: block;
        margin-bottom: 3px;
    }
    
    li a {
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 30px;
    }
    
    li a:hover {
        background-color: #2b310a;
    }
}
