body {
  font-family: "Roboto", sans-serif;
  /* font-family: "Caveat Brush", cursive; */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: #faf3e7;
  font-size: smaller;
}

.header {
  font-size: 15px;
}

.header .brand-logo {
  width: 100%;
  max-width: 80px;
  border-radius: 10px;
}


.footer {
  padding: 3rem 1rem;
  font-size: 15px;
  color: #444;
}

.footer .brand-logo {
  width: 100%;
  max-width: 100px;
  border-radius: 10px;
}

.footer .social-icons i {
  font-size: 20px;
  margin-right: 15px;
  color: #555;
}

.footer h6 {
  font-weight: 600;
  color: #0066cc;
  margin-bottom: 1rem;
}

.footer a {
  color: #444;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.payment-logos img {
  height: 30px;
  margin: 5px;
}

.fancytext {
  font-family: "Caveat Brush", cursive !important;
}

.review-header {
  text-align: center;
  max-width: 400px;
}

.review-header-title {
  font-size: 18px;
  font-weight: bold;
}

.review-header-stars {
  color: #F76B53;
  font-size: 30px;
  margin: 10px 0;
}

.review-header-rating {
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.review-card {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stars {
  color: #F76B53;
  font-size: 22px;
}

.review-date {
  font-size: 14px;
  color: #888;
}

.reviewer-info {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.reviewer-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.reviewer-name {
  font-weight: bold;
  color: #e2674e;
  margin-right: 10px;
}

.review-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.review-body {
  font-size: 15px;
  color: #333;
}

.pagination {
  text-align: center;
  margin: 20px;
  font-size: 18px;
}

.pagination span {
  cursor: pointer;
  margin: 0 8px;
  color: #F76B53;
}

.pagination .active {
  font-weight: bold;
  color: #333;
}