
    .vanity-mirror-description {
      text-align: center;
      font-family: Arial, sans-serif;
    }
    .vanity-mirror-description h1, .vanity-mirror-description h2 {
      color: #333;
    }
    .product-features, .product-uses, .call-to-action {
      margin: 20px 0;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }
    .btn-upgrade {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background-color: #5cb85c;
      color: white;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      transition: background-color 0.3s;
    }
    .btn-upgrade:hover {
      background-color: #4cae4c;
    }
  