body {
      font-family: Arial, sans-serif;
      margin: 0;
      background: #f7f8fb;
      color: #111;
    }

    .container {
      max-width: 1100px;
      margin: 30px auto;
      padding: 20px;
    }

    h1, h2, h3 {
      margin: 0 0 10px 0;
    }

    .company {
      background: #fff;
      border-radius: 10px;
      padding: 15px 20px;
      margin-bottom: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .logo {
      width: 70px;
      height: 55px;
      background: #eef2ff;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #0f62fe;
      margin-right: 10px;
    }

    .rating {
      background: #e0f2fe;
      color: #0369a1;
      display: inline-block;
      padding: 4px 8px;
      border-radius: 6px;
      font-weight: bold;
      margin-bottom: 8px;
    }

    .meta {
      color: #6b7280;
      font-size: 14px;
      margin-bottom: 4px;
    }
    .meta p {
        text-align: center;
    }
    p {
      margin: 10px 0;
    }

    .btn {
      display: inline-block;
      background: #0f62fe;
      color: #fff;
      padding: 8px 14px;
      border-radius: 6px;
      text-decoration: none;
      font-size: 14px;
      transition: background 0.3s;
    }

    .btn:hover {
      background: #0049d6;
    }

    .card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-top: 20px;
    }

    footer {
      text-align: center;
      color: #6b7280;
      font-size: 13px;
      margin-top: 30px;
      padding-top: 15px;
      border-top: 1px solid #e5e7eb;
    }

    @media (max-width: 600px) {
      .container {
        padding: 10px;
      }

      .btn {
        width: 90%;
        text-align: center;
      }

      .logo {
        width: 60px;
        height: 45px;
      }
    }
    .text {
        text-align: center;
        margin-top: 10px;
    }
    .h1, h2, h3 {
         width: 80%;
    }

  .otstup {
    margin-top: 20px;
  }