#side-frame {
	background:linear-gradient(to bottom, black,#352d2b 20%, #352d2b);
	min-height: 140em;

}


.gameimg {
	width: 10%;
	height: auto;
}


.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D3D3D3;
  border-radius: 15px 15px 15px 15px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}