html,
body {
  min-height: 100vh;
  overflow: auto;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: white;
  font-family: Poppins, sans-serif;
  background-color: #1d1e28;
}

.content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.important-text {
  color: #24c21f;
}

.review {
  border-bottom: 2px solid #24c21f;
  display: flex;
  padding: 25px;
}

.review-avatar {
  border-radius: 50%;
  height: 100px;
}

.rating-review-container {
  margin-left: 20px;
  text-align: start;
  width: 50vw;
}

.author-username {
  font-size: 18px;
  font-weight: bold;
}

.star {
  color: #1fc71f;
}

.filled {
  font-variation-settings: "FILL" 1;
}