body {
  background-image: url(../img/main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  font-family: "Poppins", sans-serif;
  /* background: radial-gradient(circle at center, #1b0033, #0e001b); */
  color: #d9c9a3;
}
.wrapper {
  max-width: 1140px;
  width: 100%;
  background-image: url(../img/window_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  border-radius: 24px;
  /* box-shadow: inset 0 0 0 4px purple, inset 0 0 0 12px black; */
  border: 4px solid purple;
}
.wrapper-inner {
  border: 8px solid black;
  background-color: rgba(0, 0, 0, 0.4);
}
.games a,
.hero a {
  transition: 0.3s all ease-in-out;
}
.games a:hover,
.hero a:hover {
  transform: scale(1.1);
}
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #ebcb84;
}
footer img {
  filter: brightness(2);
}
footer p {
  color: #d9c9a3;
}
@media screen and (max-width: 576px) {
  header img {
    max-width: 200px !important;
  }
}
