<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 3rem;
  padding-bottom: 0 !important;
  color: #5a5a5a;
  /* background-color: #0f1116; */
  background-color: #1B2838;
  font-family: 'Lato', sans-serif;
}

.navbar-brand{
  font-size: 1.75rem;
  color: #d92b4c !important;
  transition:all 0.25s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  position: absolute;
  left: 20;
  top: 0px;
  width: 220px;
  height: 80px;
  text-align: center;
  margin-left: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  padding-top: 15px;
  /* background-color: #222; */
  /* background-color: #111; */
  background-color: #fff;
}

.navbar-brand:hover{
  color: #f83f61 !important;
}

#navbarCollapse{
  padding-left: 220px;
}
.bg-dark {
  /* background-color: #000 !important; */
  background-color: #204384 !important;;  
}

.category-box{
  padding: 30px 20px;
}

.game-box{
  padding: 0px 20px;
}

.game-box .game-col {
  margin-bottom: 10px;
}
.category-box h2{
  font-size: 40px;
  font-weight: 500;
  color: #fff;
}

a{
  transition:all 0.25s ease-in-out;
}
a:hover{
  text-decoration: none !important;
}

.btn-view-more{
  /* color:#f0932b; */
  color:#00bdc0;
  font-size: 1.2rem;
  padding-bottom: 25px;
}

.btn-view-more:hover{
  color:#00989b;
}

.btn-warning{
  background-color: #F0932B !important;
  border-color: #F0932B !important;
  color:#fff;
}

.btn-warning:hover{
  background-color: #c07218 !important;
  border-color: #c07218 !important;
  color:#fff;
}

.card-game{
  background-color: #0f1116 !important;
  border: solid 1px #3b4152;
  border-radius: 0;
  margin-bottom: 10px;
  /* -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.45s ease-in-out;
  -o-transition:all 0.45s ease-in-out;
  -ms-transition:all 0.45s ease-in-out; */
  transition:all 0.2s ease-in-out;
}

.card-game:hover{
  background-color: #000 !important;
  transform: scale(1.15,1.15);
  z-index: 1;
}

.card-game:hover .card-title{
  /* color: #ee3a5b; */
}

.card-game .card-title{
  color: #fff;
  margin-bottom: 0px;
  font-size: 1rem;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-game .card-body{
  padding-top:5px;
  padding-bottom: 5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-divider {
  border-top: 1px solid #3b4152;
}

footer{
  background-color: #0e1722;
  padding : 20px;
  color: rgba(255,255,255,.5);
}

p{
  color: rgba(255,255,255,.7);
}

@media only screen and (max-width: 810px) {
  
  .category-box h2{
    font-size: 32px;
  }

  .btn-view-more{
    font-size: 1rem;
    padding-bottom: 15px;
  }

} 



@media only screen and (max-width: 600px) {
  
  .category-box h2{
    font-size: 25px;
  }

  .btn-view-more{
    font-size: 1rem;
    padding-bottom: 15px;
  }

  .card-game .card-title{
    font-size: 1rem;
  }

  #navbarCollapse{
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
  }

  
.navbar-brand{
  left: 20;
  top: 0px;
  width: 180px;
  height: 65px;
  text-align: center;
  margin-left: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 18% 100%);
  padding-top: 10px;
  background-color: #222;
}

.navbar-brand img{
  width: 120px;
}


} 
</pre></body></html>