html, body {
  background-color: #FFC928;
}

.nav-bar {
  background-image: linear-gradient(to bottom, #7d20fe,  #9447ff);
  box-shadow: 0 3px 8px 0 rgb(31 31 31 / 60%);
}

.nav-bar .nav-logo .logo-warp {
  background-image: linear-gradient(to bottom, #9447ff, #7d20fe );
}

.nav-bar2 {
  background-color: #1815C8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.nav-bar2 .label-list {
  background-color: #1815C8;
}

.nav-bar2 .search-input {
  color: #fff;
}

.nav-bar2 .search-input::placeholder {
  color: #fff;
}


.nav-bar2 .label-item {
  color: #fff;
}

.msg-404 .msg-title {
  color: #fff;
}


.popular-games .title,
.msg-404 .not-found,
.msg-404 .msg-text {
  color: #fff;
}

#end {
  background-color: #1815C8;
}