*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  body{
    background-color: rgb(131, 131, 131);
  }

  
  a{
    text-decoration: none;
    color: white;
  }

  h1{
    color: white;
    margin: 30px 0px 15px;
    text-align: center;
  }
  #server{
    text-decoration: none;
    color: rgb(255, 0, 0);
    font-size: 25px;
  }
  .box{
    width: 1100px;
    margin: auto;
  }
  .uredjaj{
    background-color: rgb(255, 248, 209);
    position: relative;
    float: left;
    border-radius: 5px;
    height: 450px;
    margin: 10px;
    padding-top: 15px;

  


  }
  
  .price{

    background-color: rgb(255, 171, 16);
    margin: auto;
    text-align: center;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
  }
  .img{
    height: 290px;
  }
  .link{
    background-color: rgb(175, 0, 0);
    margin: auto;
    padding: 10px;
    width: 120px;
    border-radius: 5px;
    margin-top: 10px;
  }
  .link:active{
    position: relative;
    top: 5px;
    right: -5px;
  }

  .snizenje{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
  }