.nav {
  position: fixed;
  top: 16px;
}

/* .classify_game {
  display: grid;
  grid-template-rows: repeat(auto-fill, 94px);
  grid-gap: 16px;
  grid-auto-flow: dense;
  justify-content: center;
  margin: 16px auto 0px;
  padding: 0px;
  list-style-type: none;
  --gridTemplateColumns: 3;
  grid-template-columns: repeat(var(--gridTemplateColumns), 94px);
} */

.top {
  width: 314px;
  height: 106px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px auto 0;
}

.classify_header {
  display: flex;
  flex-grow: 1;
  height: 106px;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  margin-left: 16px;
  padding: 10px 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 6px 12px 0px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  text-align: center;
}

.classify_header h1 {
  margin: 0px;
  font: 700 20px/24px sans-serif;
  color: #002b50;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.game_content{
  padding-bottom: 175px;
}

@media (min-width: 992px) and (max-width: 1213px) {
  .top{
    width: 500px;
  }
}

@media (min-width: 1213px) {
  .top{
    width: 700px;
  }
}