.lnav {
  margin-right: 25px;
}

.rnav {
  margin-left: 25px;
}

.butn {
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  width: 100%;
}

.lbtn {
  background-color: #e2e2e2;
  color: #222;
}

.rbtn {
  background-color: #fde101;
  color: #222;
  font-weight: bold;
}

#sell {
  margin-top: 50px;
}

.star-body {
  display: flex;
  justify-content: space-between;
}

.star-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rbody {
  margin-top: 10px;
}

.top-game-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.star-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 2px 2px 6px #bbb;
}

#game-body {
  margin-top: 55px;
}
