.game-sidebar {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.game-sidebar img {
  width: 80px;
  border-radius: 8px;
  border: 2px solid #555;
}
.game-sidebar .sidebar-icon {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  font-size: 48px;
}

#container {
  margin-left: 110px;
}
