.headermain {
    background-color: #ececec;
}

.container{
    max-width: 900px!important;
}

.dropdown-toggle::after {
    content: unset !important;
}


.btn-success , .badge{
    background-color: #88b337!important;
    border: none!important;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8e8e8ea1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.btn-lg{
    min-width: 300px;
}
.logo {
    position: absolute;
    justify-self: anchor-center;
}

.Category_Title {
    text-align: center;
    font-weight: bold;
}


.GamesCardsDiv {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    gap: 1rem;
}

.gameCard img {
    width: 100%;
    border-radius: 30%;
    object-fit: cover;
    aspect-ratio: 1/1;
}