@font-face {
  font-family: MarkinLT;
  src: url(/assets/fonts/MarkinLT.ttf);
}

#games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.game {
  margin: 15px;
  margin-bottom: 0;
  width: 320px;
  text-align: center;
  transition: all 0.1s ease-in-out;
}

.game:hover {
  transform: scale(1.05);
}

.game button {
  width: fit-content;
  max-width: fit-content;
  margin-bottom: 10px;
  margin-top: 0;
  background-color: transparent;
  border-color: transparent;
  border-radius: 20px;
}

#gameicon {
  border-radius: 25px;
  border-width: 4px;
  border-bottom-width: 7px;
  border-color: #000000;
  border-style: solid;
  width: 310px;
  height: 180px;
}

 p {
  font-family: MarkinLT;
  font-weight: 900;
  color: #ffffff;
  text-shadow:
  -0.5px -0.5px 0 #000000,
  0.5px -0.5px 0 #000000,
  -0.5px 0.5px 0 #000000,
  1px 1px 0 #000000;
}

#Search-Container {
  border-bottom: 400px;
  text-align: center;
  display: inline-block;
}

#Find-Games {
  transition: all 0.15s ease-in;
  background-color: #ff99ff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/images/hearts.png");
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-width: 3px;
  padding: 4px;
  border-radius: 12px;
  font-family: MarkinLT;
  font-weight: 600;
  color: rgb(0, 0, 0);
  outline: none;
  height: 26px;
  width: 125px;
  margin-top: 10px;
}

#Find-Games:hover {
  width: 175px;
}

#Game-Letter {
  width: fit-content;
  padding-right: 10px;
}