.game-tiles-container {
	justify-content: center;
}

.game-tile-name-container {
    text-align: center;
}

.main hr {
    height: 7px;
    width: 60%;
    min-width: min(230px, 100%);
    margin-top: 0;
    margin-left: 0;
    /* margin-bottom: 0; */
    background-color: #007c9e;
    border: 0;
}

.sort-title {
    text-transform: capitalize;
    font-variant: petite-caps;
    color: #007c9e;
    font-weight: bold;
    font-size: 2.2rem;
}

.sort-title-wrapper {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: white;
    /* padding-bottom: 0.65rem; */
}

.section-3 .side {
    position: sticky;
    top: 0;
    height: 100%;
}

@media (width <= 451px) {
    .section-3 .side {
        position: unset;
    }
}