    body {
      margin: 0;
      font-family: "Segoe UI", Arial, sans-serif;
      background: #1a1a1a;
      color: #eaeaea;
      margin: 0 auto;
    }

    header {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(road.png);
      image-size: 5%;
      background-repeat: no-repeat;
      background-position: center;
      padding: 40px 10px;
      text-align: center;
      border-bottom: 20px solid #B9C8DE;
    }

    header h1 {
      font-size: 22px;
      margin-bottom: 10px;
      letter-spacing: 2px;
    }

    header p {
      font-size: 16px;
      color: #ccc;
    }

  .logo {
      margin-right: 15px;
      margin-top:-20px;
      display: inline;
      float: left;
    }


  .details {          /* Address, Telephone, Email */
      margin-top: -20px;
      float: left;
    }
   
  .instock {
       color: #0D9488;
    }

  .nostock {
      color: #666666;
    }

  .price {
      color: #0D9488;
    }

   a:hover {
      background-color: rgba(13, 148, 136, 0.6); /* Remark not seen */
      transition: background-color 0.3s ease;
    }

   .button {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #0D9488;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s ease;
    }

   .pagemarker {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #085E57;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s ease;
    }

   .buttonspecial {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #cccccc;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s ease;
    }

    .btn {
      display: inline-block;
      margin-top: 20px;
      padding: 14px 14px;
      background: #0D9488;
      color: #ff0000;
      text-decoration: none;
      font-weight: bold;
      border-radius: 3px;
      text-align: center;
    }

    section {
      padding:20px 20px;
      border: 25px;
      max-width: 1200px;
      margin: 0 auto;

    }

    h2 {
      color: #0D9488;
      padding-left: 12px;
      margin-bottom: 25px;
      text-transform: uppercase;
    }

    .txtsize p {
       font-size: 28px;
    }

    .txtsize2 p {
       font-size: 18px;
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 20px;
    }

    .card {
      background: #262626;
      border: 4px solid #333;
      padding: 25px;
      border-radius: 5px;
    }

    .card2 {
      width:500px;
      background: #262626;
      border: 4px solid #333;
      padding: 0px 25px 25px 25px;
      border-radius: 5px;
      font-weight:100;
    }

    .card h3 {
      margin-top: 10;
      font-size: 16px;
      color: #888888;
    }

    .card p {
      color: #ccc;
    }

    .center {
       display: block;
       margin-left: auto;
       margin-right: auto;
       padding-bottom: 0px;
   }
    
    .txtleft {
      display: block;
      text-align:left;

   }

    .txtcenter {
      display: block;
      text-align:center;
   }

    .txtright {
      display: block;
      text-align:right;

    }

    .small {
      font-size: 8px;
      text-align: center;
    }

    .contact {
      background: #111;
      text-align: center;
      padding-bottom: 5px;
      border-top: 4px solid #B9C8DE;
    }

    .contact p {
      font-size: 18px;
      margin: 20px 0;
    }

    footer {
      background: #000;
      color: #888;
      text-align: center;
      padding: 15px;
      font-size: 14px;
      border-top: 1px solid #333;
    }

