    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.75), rgba(0,0,0,0.75)), url(road.png);
      image-size: 5%;
      background-repeat: no-repeat;
      background-position: center;
      padding: 100px 10px;
      text-align: center;
      border-bottom: 20px solid #B9C8DE;
    }

    header h1 {
      font-size: 22px;
      margin-bottom: 10px;
      letter-spacing: 2px;
    }

    header p {
      font-size: 18px;
      color: #ccc;
    }

    .logo {
      margin-right: 5px;
      margin-top:-90px;
      display: inline-block;
      float: left;
    }

    .details {
      margin: 5px;
      display: inline-block;
      float: left;
    }

   a:hover {
     background: #99D9EA;
    }

   .button {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #B9C8DE;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s;
    }

   .pagemarker {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #AEE6FC;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s
    }

   .buttonspecial {
      margin-top: 25px;
      display: inline-block;
      padding: 12px 30px;
      background: #99bb00;
      color: #111;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
      transition: 0.3s;
    }

    .btn {
      display: inline-block;
      margin-top: 20px;
      padding: 14px 30px;
      background: #B9C8DE;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      border-radius: 3px;
      text-align: center;
    }

    section {
      padding:20px 20px;
      border: 25px;
      max-width: 1100px;
      margin: auto;
    }

    h2 {
      color: #999999;
      border-left: 5px solid #B9C8DE;
      padding-left: 12px;
      margin-bottom: 25px;
      text-transform: uppercase;
    }

    .h2a {
      color: #999999;
      border-left: 15px solid #ffb703;
      margin-top: 10px;
      margin-bottom: 25px;
      text-transform: uppercase;
    }


    .textorange {
      color: #B9C8DE;
      font-size: 28px;
      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 {
      background: #262626;
      border: 4px solid #333;
      padding: 0px 25px 25px 25px;
      border-radius: 5px;
    }

    .card h3 {
      margin-top: 10;
      font-size: 26px;
      color: #999999;
    }

    .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;
    }

