* {
  font-family: Arial, sans-serif;
}
.star {
  color: #aef8ff;
  font-size: 24;
}
.star-container {
  transform: translate(0%, 0.4em);
}
.review-container {
  border-radius: 25px;
  background-color: #ffffff5a;
  box-shadow: 0px 0px 20px #00000019;
}
.profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.username {
  margin-left: 10px;
}
.photo-name-container {
  display: flex;
  flex-direction: row;
}