.games-links {
display: flex;
flex-direction: column;
}
.games-links a {
margin-bottom: 10px;
text-decoration: none;
}

h2.unblocked-games {
    font-size: 22px; /* Adjust the size as needed */
}
h3.browser-games {
    font-size: 20px; /* Adjust the size as needed */
}

.unblocked-games-img {
    max-width: 100%;
    height: auto;
}


.sidebar-game-top {
    margin-top: 30px;
}

.wgt-list-game-grid .wgt-list-game {
margin: 2px;
}

.item-grid {
  padding-left: 2px;
  padding-right: 2px;
}
.sticky-sidebar {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 20px; /* Adjust this value based on your layout */
    height: fit-content; /* Ensures the sidebar does not overflow */
}



    