.rating-page {
  background-color: rgb(0, 0, 0);
  width: 100%;
  display: flex;
  justify-content: center;
  color: white;
}
.rating-main {
  width: 90%;
  background-color: rgb(0, 0, 0);
  padding: 3em;
}

.rating-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rating-top > div {
  background-color: rgba(59, 58, 58, 0.4);
  padding: 1% 2% 1% 2%;
  border-radius: 10px;
}
.rating-top > div > p {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.rating-top > div > img {
  width: 50%;
  margin-bottom: 0.5em;
}
.rating-top > div > pre {
  font-size: clamp(1rem, 1vw, 1.2rem);
}
.rating-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8em;
}
.rating-bottom > div {
  width: 50%;
}
.rating-bottom-right {
  display: flex;
  justify-content: space-around;
}
