@font-face {
  font-family: "JMH Cthulhumbus UGalt2";
  src: url("fonts/JMH Cthulhumbus UGalt2.ttf");
}

@font-face {
  font-family: "JMH Cthulhumbus UG";
  src: url("fonts/JMH Cthulhumbus UG.ttf");
}

.logo {
  height: 50px;
}

.console {
  color: rgb(102, 233, 62);
  background-color: #000;
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.command {
  width: 700px;
}

.nav-item {
  margin-left: 40px;
}

.day:hover {
  background-color: #f5f5f5;
}

main {
  min-height: 100vh;
  /* fallback for old browsers */
  background: white;
}

h3 {
  color: rgb(73, 167, 44);
}

.rpg-item {
  margin: 100px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.rpg-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-inverse {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (min-width: 1000px) {
  .rpg-item:nth-child(2n + 1) > .flex-inverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1000px) {
  .flex-inverse {
    flex-direction: column;
  }
}

main {
  padding: 50px 0;
}

html * {
  font-family: "JMH Cthulhumbus UG";
}

.game-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.game-item {
  width: 280px;
  height: auto; /* 300px; */
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.game-item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.game-item img {
  width: 240px;
  height: 240px;
}

.game-item a {
  margin: 5px;
}

.game-item button:hover {
  background-color: #28a745;
}

.search-bar {
  width: 80%;
  max-width: 500px;
}

.jdp {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.login {
  margin-top: 10em;
}

.register-img {
  width: 50%;
}
