.add-theme-color-to-background {
  background-color: #ffc8b9;
}

.text-showing-theme-background-color {
  color: #ffc8b9;
}

.add-theme-text-color{
  color: #000;

}

#preview-image{
  height: 100%;
  width:100%;
  margin-top: 15px;
  margin-left: 15px;
  object-fit: cover;
  object-position: left;

}

.light-background-theme-color{
  background-color: #fbf3f0;
}

#top-section-update-page{
  font-size: 20px;
}

#logo-center-update-page{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  margin-top: 60px;
}

#page-top-right-button-section{
  padding: 0px !important;
  margin-left: auto;
  float: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.5px;
}



#pricing-button {
  background-color: transparent;
}

.add-border-to-button{
  border: 2px solid rgb(204, 77, 41);
}

#top-heading-on-update-page{
 font-size: 38px; 
}

#stars-container img {
 width: 40px;
 height: 40px;

}

#chrome-rating-text {
  font-size: 18px;
  margin-bottom: 60px;
  margin-top: 10px;
  font-weight: 600;
  color: rgb(91, 106, 135);
}