body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0f0f0f;
  color: white;
}
.center{
 text-align: center;
}
.side {
  text-align: right;
  padding: 10px;
}
header {
  background: #050505;
  padding: 20px;
  text-align: center
}

nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  position: sticky;
  backdrop-filter: blur(10px);
}
nav a:hover {
    color: #656566;
    text-decoration:none;
}

.hero {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.playercount {
  margin-top: 20px;
  font-size: 20px;
  color: #00ff99;
}

.card3 {
  background: #1c1c1c;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
}
.right {
 text-align: right;
}
.left{
 text-align: left;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery img {
    width: 100%;
    border-radius: 12px;  padding: 60px;
  text-align: center;
    transition: 0.3s;
}

.gallery img:hover {
    transform: translateY(-5px);
}
.card {
    height: 250px;

    display: flex;
    justify-content: center;
    align-items: center;
    background: #0a0a0a;
}
.card2 {
 border-radius: 12px;
 padding: 60 px;
 height: 50px;
 display: flex;
 justify-content: center;
 align-items: center;
 background: #0a0a0a;
}
.card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.rules {
    width: 80%;
    margin: auto;
}

.rule {
    color: white;
    margin: 10px 0;
    transition: all 0.7s ease;
    text-align: center;
}

.rule:hover {
    font-size: 1.1em;

    transform: scale(2);
}
body {
    cursor: none;
}
.card4 {
 border-radius: 12px;
 padding: 20px;
 width: 600px;
 display: flex;
 justify-content: center;
 align-items: center;
 background: #0a0a0a;
}
.boxIMP{
 border-radius: 12px;
 padding: 20px;
 width: 1400px;
 display: flex;
 justify-content: center;
 align-items:center;
 background: #aaaaaa;
}
body {
  margin: 0;
}

.content {
  height: 3000px;
}

#customScrollbar {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 12px;
  height: calc(100vh - 40px);
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
}

#scrollThumb {
  width: 100%;
  height: 60px;
  background: #4caf50;
  border-radius: 6px;
  cursor: grab;
}

.hidden {
  display: none;
}
#scrollThumb {
  position: absolute;
  cursor: grab;
}

#scrollThumb:active {
  cursor: grabbing;
}
#customScrollbar {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 12px;
  height: calc(100vh - 40px);
  overflow: hidden;
}
