*{
  margin: 0;
  padding: 0;
}
.heading{
  text-align: center;
  padding: 0.8rem;
  color: rgb(189, 33, 111);
}
article{
   
  display: flex;
  margin: 1rem;
  margin-left: 3rem;
}
.leftsidecontent{
  background-color: beige;
  width: 50%;
}
.leftsidecontent h3{
   
  text-decoration: underline;
  text-decoration-color: rgb(105, 105, 162);
}
.label{
  display: block;
  margin-top: 0.9rem;
  margin-bottom: 0.3rem ;
  margin-left: 1rem;
}
.model{
  margin-left: 1rem;    
  display: block;
  width: 17rem;
  height: 1.4rem;
}




.rightsidecontent{
  text-align: center;
  width: 50%;
  background-color: rgb(190, 162, 162);
}
.rightsidecontent h3{
  text-decoration: underline;
  text-decoration-color: blanchedalmond;
}
.rightsidecontent div{
  margin: 1rem;
}
.rightsidecontent div h1{
  display: block;
  font-size: 2rem;
}
.zero{
  color: rgb(53, 159, 194);
}
.fivehunderd{
  color: rgb(192, 25, 58);
}
.buttonsSection{
  display: block;
}
.buttonsSection{
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
 
  margin: 1rem 1rem 1rem 3rem;
 
}
.buttonsSection button{
  cursor: pio;
  color: white;
  padding: 0.4rem;
   width: 4rem;
   background-color: rgb(87, 87, 211);
   border: none;
   border-radius: 1rem;
}

 
.resultReview{
  box-shadow: 1px 1px 4px 2px rgb(213, 210, 210);
  padding: 0.4rem;
  margin-left: 0rem 3rem;
  border: 0.3px solid;
  background-color: rgb(227, 244, 244);
  display: block;
  cursor: pointer;
}
.resultReview h3{
  padding: 1rem;
  text-decoration: underline;
  text-decoration-color: black;
  
}
.boxshow{
  margin-left: 1rem;
  display: flex;
  align-items: center;
  margin: 1rem;
  width: 40%;
  height: 50px;
  border: 1px solid rgb(108, 184, 197);
  background-color: rgb(220, 247, 247);
 
}
.firstBox{
  display: flex;
  justify-content: space-between;
}
.reviewContent{
  margin-left: 1rem;
   
}
.display{
  display: none;
  /* cursor: pointer; */

}
 


 


 