.glavni{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: darkgray;
    position: relative;
}

.naslov{
    text-align: center;
    color:rgb(255, 255, 255);
}

.prviproizvod{
    position: relative;
    right: -320px;
    top: 10px;
    width:305px;
    height: 400px;
    background-color: darkorange;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 5px;
    align-content: center;
}

.drugiproizvod{
    position: relative;
    right: -785px;
    top: -400px;
    width: 305px;
    height: 400px;
    background-color: darkorange;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 5px;
    align-content: center;
}

.treciproizvod{
    position: relative;
    right: -1250px;
    top: -810px;
    width:305px;
    height: 400px;
    background-color: darkorange;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 5px;
    align-content: center;
}

.cjena1{
    position: relative;
    right: -125px;
    text-align: center;
    width: 150px;
    height: 35px;
    background-color: white;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}


.cjena2{
    position: relative;
    right: -125px;
    text-align: center;
    width: 60px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}


.cjena3{
    position: relative;
    right: -125px;
    text-align: center;
    width: 60px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}

.prvaslika{
    width: 300px;
    height: 300px;

}

.drugaslika{
    width: 300px;
    height: 300px;
}

.trecaslika{
    width: 300px;
    height: 300px;
}

.prvodugme{
    position: relative;
    right: -125px;
    top: 5px;
    background-color: red;
    width: 60px;
    height: 30px;
}
