body {
  background-color: #272b30;
  overflow: hidden;
  font-family: "Comic Neue", cursive;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background-color: #32383e;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #272b30;
  border-radius: 50px;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%) inset;
}
header img {
  height: 30vh;
}
nav {
  background-color: rgb(58, 73, 123) !important;
  border-radius: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 70%);
  margin-top: -30px;
}
nav a img {
  width: 40px;
}
.nav-link {
  color: white;
  font-size: 12.25px;
  line-height: 18.375px;
}
.nav-link:hover {
  color: #09c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.active {
  color: #09c !important;
}
.card {
  filter: grayscale(0.7);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.card:hover {
  cursor: pointer;
  filter: unset;
  -webkit-filter: unset;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.card-body {
  color: white;
}
.card h3 {
  font-size: 14px;
  line-height: 16.8px;
}
.card span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.card p {
  font-size: 14px;
  line-height: 21px;
  opacity: 0.5;
}
.bodySpan {
  background-color: rgb(13, 110, 253);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.footerSpan {
  background-color: #32383e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
span {
  height: fit-content;
  color: white;
}
.gameDetails h3 {
  font-size: 28px;
  line-height: 33.6px;
}
.gameDetails span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gameDetails .textDetails {
  font-size: 14px;
  line-height: 21px;
}
