.profile-page {
  max-width: 555px;
}

.profile-page p {
  margin: 7px;
}

.profile-page .contact-button {
  background-color: #25d366;
  border-color: #25d366;
}

.profile-page .form-label {
  display: block;
  margin-bottom: 5px;
}

.profile-page .thumbnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.profile-page .review-image-preview {
  max-width: 200px;
  max-height: 200px;
  display: none;
}

.profile-page .rating-star {
  color: rgb(255, 85, 0);
}
