h1{
    color: white;
    text-align: center;
}
.box{
    width: 600px;
    height: 600px;
    margin: auto;
    background-color:  lightskyblue;
    border-radius: 20px;
}
.button_web{
    text-align: center;
    width: 250px;
    height: 50px;
    margin-left: 170px;
    margin-top: 80px;
    border-radius: 10px;
    background-color:  #8084FF;
}
a{
    text-decoration: none;
    color: white;
}
.fiat_box{
    width: 300px;
}
.fiat_slika{
   position: fixed;
   margin-left: 1000px;
   
}
img{
    width: 600px;
}
.button_web:hover{
   background-color: cornflowerblue;
}
.lada{
    position: sticky;
    top: 0;
}
.cijena{
    width: 250px;
    height: 50px;
    border-radius: 10px;
    background-color: cadetblue;
}
.kupi{
    width: 250px;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(104, 191, 194);
}
