body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  padding: 30px 20px;
}

h1 {
  padding: 20px 0 10px;
  font-size: 36px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  color: #333;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  margin: 20px 0 10px;
  color: #333;
  font-weight: 500;
  font-size: 24px;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}


p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

ul,
ol {
  color: #333;
  font-size: 14px;
  margin-left: 20px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}



.navbar-inverse {
  min-height: 50px;
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-nav>a {
  display: inline-block;
  padding: 0 15px;
  color: #9d9d9d;
  vertical-align: middle;
  text-decoration: none;
}

.navbar-inverse .navbar-nav>a.home-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}


.navbar-inverse .navbar-nav>a:focus,
.navbar-inverse .navbar-nav>a:hover,
.navbar-inverse .navbar-nav>a.active {
  color: #fff;
  background-color: transparent
}


.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

footer {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* SetupGuide */

.setup-link {
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}

.setup-link:hover {
  text-decoration: underline;
  color: #0056b3;
}


/* Pricing */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 12px;
}

.pricing-table th {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

.pricing-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.pricing-table tr:hover {
  background-color: #f1f1f1;
}