   @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
   body {
    background: rgb(204,204,204);
    font-family: 'Montserrat', sans-serif;
  }
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  }
  page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
  }
  @media print {
    body, page {
      margin: 0;
      box-shadow: 0;
    }
  }
  .back {
    width: 209mm;
    height: 298mm;
    margin: 0px;
    background-repeat: none;
  }
  .ayrac {
    width: 90mm;
    height: 80mm;
    float: left;
    margin-left: 12mm;
    z-index: 100;
    position: relative;
    box-shadow:
    0px -4px 8px #fff,
    4px 0px 8px #ccc, 
    0px 4px 8px #ccc,
    0px 0px 0px #fff;
  }
  .ustu {
    width: 210mm;
    height: 40mm;
    margin-left: 0mm;
    z-index: 10;
  }
  .kapak {
    width: 210mm;
    height: 297mm;
    margin-left: 0mm;
    z-index: 1;
  }
  .gorselalan {
    width: 12mm;
    height: 30mm;
    position: relative;
  }
  .gorsel {
    margin: 10%;
    margin-top: 60px;
    height: 170px;
    width: 170px;
    margin-left: 10px;
  }
  .kategori {
    width: 30mm;
    height: auto;
    background-color: #eee;
    color: black;
    margin-left: 50mm;
    padding: 5px;
    font-size: 11px;
    font-weight: 600;
    z-index: 100;
    position: relative;
    text-transform: uppercase;
/*    border: solid 1px black;*/
    border-radius: 0px 5px 5px 0px;
  }
  .urun {
    position: relative;
    width: 35mm;
    height: 20mm;
    color: black;
    margin-top: 10px;
    padding-right: 10px;
    margin-left: 51mm;
    font-size: 14px;
    font-weight: 600;
  }
  .urunno {
    position: relative;
    width: 25mm;
    height: 10mm;
    color: #bbb;
    padding-top: 10px;
    padding-right: 10px;
    /*margin-left: 40mm;*/
    font-size: 12px;
    font-weight: 400;
  }
  .fiyat {
    position: relative;
    width: 40mm;
    height: 20mm;
    color: black;
    margin-top: -6px;
    margin-left: 51mm;
    font-size: 16px;
    font-weight: 600;
  }