.centered-game-img {
  display: block;
  width: 80px;
  margin: 80px auto;
  /* change color roughly to #9747FF */
  filter: invert(36%) sepia(89%) saturate(3654%) hue-rotate(249deg) brightness(99%) contrast(104%);
}

.games-block {
  border: 5px solid #9747FF;
  border-radius: 100px;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.games-footer-block {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 100px 100px 0px 0px;
}

.games-block h2 {
  color: #D9D9D9;
  text-shadow: -1px -1px 0 #9747FF, 1px -1px 0 #9747FF, -1px 1px 0 #9747FF, 1px 1px 0 #9747FF;
}

.games-block .link-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.games-block .link-row a {
  border: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: initial;
  text-decoration: none;
}

.controller-btn {
  border: 3px solid #9747FF;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: relative;
  transition: all 0.2s;
}

.controller-btn:hover, .games-block .link-row a:hover .controller-btn {
  background-color: #D8B8FE;
  transform: scale(1.1);
}

.controller-btn img {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.controller-btn-triangle img {
  bottom: 2px;
}

.controller-btn-cross img {
  left: 1px;
  top: 1px;
}

.exit-btn {
  position: fixed;
}

/*# sourceMappingURL=games.css.map */