body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #c2c0c0;
    color: #333;
  }
 
  .webshop-container {
    text-align: center;
    padding: 20px;
  }
 
  h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: white;
  }
 
  /* Product grid */
  .products {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
 
  .product {
    background-color: #f8f5e7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    position: relative;
  }
 
  .product img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
  }
 
  .price {
    color: rgb(0, 0, 0);
    background-color: rgb(210, 180, 30);
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 5px;
    width: 150px;
    

  }
 
  button {
    width: 150px;
    background-color: #b71c1c;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
  }
 
  button:hover {
    background-color: #d32f2f;
  }
 
button:active{
    top: 3px;
    left: 3px;
}

  /* Discount badge */
  .discount {
    width: 80px;
    position: absolute;
    top: -30px;
    right: -30px;
    padding: 5px 10px;
  }
 
  #laptop{
    margin-top: 60px;
  }
 
  .dvagumba{
    margin-top: 40px;
  }

  
  
  .main{
    width: 90px;
    position: absolute;
    top: -30px;
    right: -30px;
    position: relative;
  }