/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater



*/
:root {
  --poppins: 'Poppins', sans-serif;
  --anim: all ease-out 0.3s;
  --solid: rgb(103,88,250);
  --linear: linear-gradient(270deg, rgba(103,88,250,1) 0%, rgba(140,88,250,1) 100%);
  --color1: #151436;
  --color2: #1b1b61;
}

.scroll-side {
    display:flex;
    flex-direction:row;
    overflow-x:auto;
}
.game-item {
     background: #1b1b61;
}
.left-sidebar {
     background: #1b1b61;
}

