#customer_review_div {
  width:100%;
  max-width:1200px;
  margin:auto;
  text-align:center;
  margin-top:60px;
  margin-bottom:60px;
  padding-top:60px;
  padding-bottom:60px;
  background-color:black;
  background-color:var(--clr);
}

.customer_review_outer {
  height:200px;
  width:288px;
  padding:20px;
  display:inline-block;
  color:rgb(255,253,0);
  color:var(--bgr);
}

.customer_review_inner {
  height:100%;
  width:100%;
  border:2px solid rgb(255,253,0);
  border:2px solid var(--bgr);
  border-radius:10px;
  padding:10px;
  overflow:hidden;
  background-color:black;
  background-color:var(--clr);
}

.customer_review {
  text-align:justify;
}

#customer_review_container {
  width:100%;
  background-color:black;
  background-color:var(--)clr;
}

#customer_review_header {
  color:rgb(255,253,0);
  color:var(--bgr);
}

.customer_name {
  font-weight:bold;
}

