html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

.game_foot.foot_b {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 40px 3%;
    border-top: 1px solid #373737;
    background-color: #1F1D20;
  }

li {
  list-style: inherit;
}